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