From 23e048f73e494c413927dfb6692ebf7d4d67c1ce Mon Sep 17 00:00:00 2001 From: sthen <> Date: Mon, 14 Apr 2014 21:54:29 +0000 Subject: [PATCH] revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downside (breaks ssh ecdsa keys) --- src/lib/libcrypto/crypto/arch/amd64/opensslconf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h index 4d68fa2c..f969fd75 100644 --- a/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h +++ b/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h @@ -8,6 +8,9 @@ #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