From: Dr. Stephen Henson Date: Sun, 20 Jan 2013 01:16:25 +0000 (+0000) Subject: Don't include comp.h if no-comp set. X-Git-Tag: OpenSSL_0_9_8y~24 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6495179af6db05cfd27f00091fe075c36faf12a8;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 39796f7cc8..0429389fc3 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -104,7 +104,9 @@ #ifndef OPENSSL_NO_JPAKE #include #endif +#ifndef OPENSSL_NO_COMP #include +#endif void ERR_load_crypto_strings(void) {