Module Name:    src
Committed By:   martin
Date:           Wed Oct 10 06:16:55 UTC 2018

Modified Files:
        src/crypto/external/bsd/openssl/include/openssl: opensslconf.h

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/crypto/external/bsd/openssl/include/openssl/opensslconf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssl/include/openssl/opensslconf.h
diff -u src/crypto/external/bsd/openssl/include/openssl/opensslconf.h:1.3 src/crypto/external/bsd/openssl/include/openssl/opensslconf.h:1.4
--- src/crypto/external/bsd/openssl/include/openssl/opensslconf.h:1.3	Wed Oct 10 01:29:25 2018
+++ src/crypto/external/bsd/openssl/include/openssl/opensslconf.h	Wed Oct 10 06:16:55 2018
@@ -48,6 +48,11 @@ extern "C" {
 #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

Reply via email to