From 515ddccfc3b6d1a3c5d5ac63924cfc74adc8662c Mon Sep 17 00:00:00 2001 From: tedu <> Date: Fri, 11 Jul 2014 14:03:40 +0000 Subject: no compression is also a feature of libressl --- src/lib/libcrypto/opensslfeatures.h | 4 ++++ src/lib/libssl/src/crypto/opensslfeatures.h | 4 ++++ 2 files changed, 8 insertions(+) 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 @@ # define OPENSSL_NO_CAMELLIA # define OPENSSL_NO_EC_NISTP_64_GCC_128 # define OPENSSL_NO_CMS +# define OPENSSL_NO_COMP # define OPENSSL_NO_GMP # define OPENSSL_NO_GOST # define OPENSSL_NO_JPAKE @@ -32,6 +33,9 @@ # if defined(OPENSSL_NO_CMS) && !defined(NO_CMS) # define NO_CMS # endif +# if defined(OPENSSL_NO_COMP) && !defined(NO_COMP) +# define NO_COMP +# endif # if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) # define NO_GMP # 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 @@ # define OPENSSL_NO_CAMELLIA # define OPENSSL_NO_EC_NISTP_64_GCC_128 # define OPENSSL_NO_CMS +# define OPENSSL_NO_COMP # define OPENSSL_NO_GMP # define OPENSSL_NO_GOST # define OPENSSL_NO_JPAKE @@ -32,6 +33,9 @@ # if defined(OPENSSL_NO_CMS) && !defined(NO_CMS) # define NO_CMS # endif +# if defined(OPENSSL_NO_COMP) && !defined(NO_COMP) +# define NO_COMP +# endif # if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) # define NO_GMP # endif -- cgit v1.2.3-55-g6feb