From: Dr. Stephen Henson Date: Sun, 20 Jan 2013 01:07:58 +0000 (+0000) Subject: Don't include comp.h if no-comp set. X-Git-Tag: OpenSSL_1_0_1d~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=15481c5e42d7cf47c829bc2cd5a7c3a69781c26a;p=oweals%2Fopenssl.git Don't include comp.h if no-comp set. --- diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 06e5e59dba..8eb547d98d 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -64,7 +64,9 @@ #endif #include #include +#ifndef OPENSSL_NO_COMP #include +#endif #ifndef OPENSSL_NO_RSA #include #endif @@ -105,7 +107,6 @@ #ifndef OPENSSL_NO_JPAKE #include #endif -#include void ERR_load_crypto_strings(void) {