diff options
author | tedu <> | 2014-07-11 14:03:40 +0000 |
---|---|---|
committer | tedu <> | 2014-07-11 14:03:40 +0000 |
commit | 515ddccfc3b6d1a3c5d5ac63924cfc74adc8662c (patch) | |
tree | f49f3fe9fb24b53f6fb8d198a3407e9bd1dbbb5d /src/lib | |
parent | b3bcf68aa09fbe686f5d5dc4b8c071f56c3946a0 (diff) | |
download | openbsd-515ddccfc3b6d1a3c5d5ac63924cfc74adc8662c.tar.gz openbsd-515ddccfc3b6d1a3c5d5ac63924cfc74adc8662c.tar.bz2 openbsd-515ddccfc3b6d1a3c5d5ac63924cfc74adc8662c.zip |
no compression is also a feature of libressl
Diffstat (limited to 'src/lib')
-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 |