From 3619e34f50e3f0b49c464aebebffabe774205c7b Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 20 Jan 2013 01:07:58 +0000 Subject: [PATCH] Don't include comp.h if no-comp set. --- crypto/err/err_all.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.25.1