diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/opensslfeatures.h | 4 | ||||
| -rw-r--r-- | src/lib/libssl/src/crypto/opensslfeatures.h | 4 | 
2 files changed, 8 insertions, 0 deletions
| diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h index badf45ace2..b18d02e8ea 100644 --- a/src/lib/libcrypto/opensslfeatures.h +++ b/src/lib/libcrypto/opensslfeatures.h | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | # define OPENSSL_NO_CAMELLIA | 1 | # define OPENSSL_NO_CAMELLIA | 
| 2 | # define OPENSSL_NO_EC_NISTP_64_GCC_128 | 2 | # define OPENSSL_NO_EC_NISTP_64_GCC_128 | 
| 3 | # define OPENSSL_NO_CMS | 3 | # define OPENSSL_NO_CMS | 
| 4 | # define OPENSSL_NO_COMP | ||
| 4 | # define OPENSSL_NO_GMP | 5 | # define OPENSSL_NO_GMP | 
| 5 | # define OPENSSL_NO_GOST | 6 | # define OPENSSL_NO_GOST | 
| 6 | # define OPENSSL_NO_JPAKE | 7 | # define OPENSSL_NO_JPAKE | 
| @@ -32,6 +33,9 @@ | |||
| 32 | # if defined(OPENSSL_NO_CMS) && !defined(NO_CMS) | 33 | # if defined(OPENSSL_NO_CMS) && !defined(NO_CMS) | 
| 33 | # define NO_CMS | 34 | # define NO_CMS | 
| 34 | # endif | 35 | # endif | 
| 36 | # if defined(OPENSSL_NO_COMP) && !defined(NO_COMP) | ||
| 37 | # define NO_COMP | ||
| 38 | # endif | ||
| 35 | # if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) | 39 | # if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) | 
| 36 | # define NO_GMP | 40 | # define NO_GMP | 
| 37 | # endif | 41 | # endif | 
| diff --git a/src/lib/libssl/src/crypto/opensslfeatures.h b/src/lib/libssl/src/crypto/opensslfeatures.h index badf45ace2..b18d02e8ea 100644 --- a/src/lib/libssl/src/crypto/opensslfeatures.h +++ b/src/lib/libssl/src/crypto/opensslfeatures.h | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | # define OPENSSL_NO_CAMELLIA | 1 | # define OPENSSL_NO_CAMELLIA | 
| 2 | # define OPENSSL_NO_EC_NISTP_64_GCC_128 | 2 | # define OPENSSL_NO_EC_NISTP_64_GCC_128 | 
| 3 | # define OPENSSL_NO_CMS | 3 | # define OPENSSL_NO_CMS | 
| 4 | # define OPENSSL_NO_COMP | ||
| 4 | # define OPENSSL_NO_GMP | 5 | # define OPENSSL_NO_GMP | 
| 5 | # define OPENSSL_NO_GOST | 6 | # define OPENSSL_NO_GOST | 
| 6 | # define OPENSSL_NO_JPAKE | 7 | # define OPENSSL_NO_JPAKE | 
| @@ -32,6 +33,9 @@ | |||
| 32 | # if defined(OPENSSL_NO_CMS) && !defined(NO_CMS) | 33 | # if defined(OPENSSL_NO_CMS) && !defined(NO_CMS) | 
| 33 | # define NO_CMS | 34 | # define NO_CMS | 
| 34 | # endif | 35 | # endif | 
| 36 | # if defined(OPENSSL_NO_COMP) && !defined(NO_COMP) | ||
| 37 | # define NO_COMP | ||
| 38 | # endif | ||
| 35 | # if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) | 39 | # if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) | 
| 36 | # define NO_GMP | 40 | # define NO_GMP | 
| 37 | # endif | 41 | # endif | 
