Browse Source

revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downside

(breaks ssh ecdsa keys)
OPENBSD_5_6
sthen 10 years ago
parent
commit
23e048f73e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/lib/libcrypto/crypto/arch/amd64/opensslconf.h

+ 3
- 0
src/lib/libcrypto/crypto/arch/amd64/opensslconf.h View File

@ -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


Loading…
Cancel
Save