From: Dr. Stephen Henson Date: Sun, 20 Jan 2013 02:34:25 +0000 (+0000) Subject: Don't include comp.h if no-comp set. X-Git-Tag: master-pre-reformat~1421 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f20c673d0d3b46e57895ac7c5ade2c0f10118953;p=openssl Don't include comp.h if no-comp set. --- diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 4843a8a0bb..33a8f96652 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -66,7 +66,9 @@ #endif #include #include +#ifndef OPENSSL_NO_COMP #include +#endif #ifndef OPENSSL_NO_RSA #include #endif @@ -107,7 +109,6 @@ #ifndef OPENSSL_NO_JPAKE #include #endif -#include void ERR_load_crypto_strings(void) {