Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/include/openssl On 32bit platfor...
details: https://anonhg.NetBSD.org/src/rev/9c3a7a9bac62
branches: trunk
changeset: 836305:9c3a7a9bac62
user: martin <martin%NetBSD.org@localhost>
date: Wed Oct 10 06:16:55 2018 +0000
description:
On 32bit platforms set OPENSSL_NO_EC_NISTP_64_GCC_128 again, the non
standard __uint128_t is required for the code, but only provided by gcc
on 64bit archs.
diffstat:
crypto/external/bsd/openssl/include/openssl/opensslconf.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diffs (15 lines):
diff -r 31f20ef7f404 -r 9c3a7a9bac62 crypto/external/bsd/openssl/include/openssl/opensslconf.h
--- a/crypto/external/bsd/openssl/include/openssl/opensslconf.h Wed Oct 10 04:16:58 2018 +0000
+++ b/crypto/external/bsd/openssl/include/openssl/opensslconf.h Wed Oct 10 06:16:55 2018 +0000
@@ -48,6 +48,11 @@
#ifndef OPENSSL_NO_DEVCRYPTOENG
# define OPENSSL_NO_DEVCRYPTOENG
#endif
+#ifndef _LP64
+# ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
+# define OPENSSL_NO_EC_NISTP_64_GCC_128
+# endif
+#endif
#ifndef OPENSSL_NO_EGD
# define OPENSSL_NO_EGD
#endif
Home |
Main Index |
Thread Index |
Old Index