diff options
author | 2014-04-13 15:26:30 +0000 | |
---|---|---|
committer | 2014-04-13 15:26:30 +0000 | |
commit | 8d1c98615e698dc8569d361f32ebcfe24053ea14 (patch) | |
tree | c42cfec7220909675ec8e2437ce91071d59187ec /lib/libcrypto | |
parent | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. (diff) | |
download | wireguard-openbsd-8d1c98615e698dc8569d361f32ebcfe24053ea14.tar.xz wireguard-openbsd-8d1c98615e698dc8569d361f32ebcfe24053ea14.zip |
No longer define OPENSSL_NO_EC_NISTP_64_GCC_128 on amd64; requested by djm
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/arch/amd64/opensslconf.h | 3 | ||||
-rw-r--r-- | lib/libcrypto/crypto/arch/amd64/opensslconf.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/libcrypto/arch/amd64/opensslconf.h b/lib/libcrypto/arch/amd64/opensslconf.h index f969fd75e49..4d68fa2cc68 100644 --- a/lib/libcrypto/arch/amd64/opensslconf.h +++ b/lib/libcrypto/arch/amd64/opensslconf.h @@ -8,9 +8,6 @@ #ifndef OPENSSL_NO_CAMELLIA # define OPENSSL_NO_CAMELLIA #endif -#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 -# define OPENSSL_NO_EC_NISTP_64_GCC_128 -#endif #ifndef OPENSSL_NO_CMS # define OPENSSL_NO_CMS #endif diff --git a/lib/libcrypto/crypto/arch/amd64/opensslconf.h b/lib/libcrypto/crypto/arch/amd64/opensslconf.h index f969fd75e49..4d68fa2cc68 100644 --- a/lib/libcrypto/crypto/arch/amd64/opensslconf.h +++ b/lib/libcrypto/crypto/arch/amd64/opensslconf.h @@ -8,9 +8,6 @@ #ifndef OPENSSL_NO_CAMELLIA # define OPENSSL_NO_CAMELLIA #endif -#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 -# define OPENSSL_NO_EC_NISTP_64_GCC_128 -#endif #ifndef OPENSSL_NO_CMS # define OPENSSL_NO_CMS #endif |