diff options
| -rw-r--r-- | crypto/external/bsd/openssl.old/include/openssl/opensslconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/external/bsd/openssl.old/include/openssl/opensslconf.h b/crypto/external/bsd/openssl.old/include/openssl/opensslconf.h index 9f610f3751e..9432ad9b1fa 100644 --- a/crypto/external/bsd/openssl.old/include/openssl/opensslconf.h +++ b/crypto/external/bsd/openssl.old/include/openssl/opensslconf.h @@ -55,7 +55,7 @@ extern "C" { * This seems broken on big-endian or strictly-aligned architectures. */ #if !defined(_LP64) || \ - defined(__AARCH64EB__) || defined(__alpha__) || defined(__sparc64__) + defined(__AARCH64EB__) || defined(__sparc64__) # ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 # define OPENSSL_NO_EC_NISTP_64_GCC_128 # endif |
