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_2-beta1~448 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3619e34f50e3f0b49c464aebebffabe774205c7b;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) {