summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsthen <>2014-04-14 21:54:29 +0000
committersthen <>2014-04-14 21:54:29 +0000
commit8716039eddb50304567f2a79faacbc911fffe88e (patch)
treef82a53d824b2040c6c405e7b189c6b51265666cd /src
parent715a2c58fe812af3f07885ee27a3fc208e84c5ce (diff)
downloadopenbsd-8716039eddb50304567f2a79faacbc911fffe88e.tar.gz
openbsd-8716039eddb50304567f2a79faacbc911fffe88e.tar.bz2
openbsd-8716039eddb50304567f2a79faacbc911fffe88e.zip
revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downside
(breaks ssh ecdsa keys)
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/arch/amd64/opensslconf.h3
-rw-r--r--src/lib/libcrypto/crypto/arch/amd64/opensslconf.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/libcrypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/arch/amd64/opensslconf.h
index 4d68fa2cc6..f969fd75e4 100644
--- a/src/lib/libcrypto/arch/amd64/opensslconf.h
+++ b/src/lib/libcrypto/arch/amd64/opensslconf.h
@@ -8,6 +8,9 @@
8#ifndef OPENSSL_NO_CAMELLIA 8#ifndef OPENSSL_NO_CAMELLIA
9# define OPENSSL_NO_CAMELLIA 9# define OPENSSL_NO_CAMELLIA
10#endif 10#endif
11#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
12# define OPENSSL_NO_EC_NISTP_64_GCC_128
13#endif
11#ifndef OPENSSL_NO_CMS 14#ifndef OPENSSL_NO_CMS
12# define OPENSSL_NO_CMS 15# define OPENSSL_NO_CMS
13#endif 16#endif
diff --git a/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h
index 4d68fa2cc6..f969fd75e4 100644
--- a/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h
+++ b/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h
@@ -8,6 +8,9 @@
8#ifndef OPENSSL_NO_CAMELLIA 8#ifndef OPENSSL_NO_CAMELLIA
9# define OPENSSL_NO_CAMELLIA 9# define OPENSSL_NO_CAMELLIA
10#endif 10#endif
11#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
12# define OPENSSL_NO_EC_NISTP_64_GCC_128
13#endif
11#ifndef OPENSSL_NO_CMS 14#ifndef OPENSSL_NO_CMS
12# define OPENSSL_NO_CMS 15# define OPENSSL_NO_CMS
13#endif 16#endif