From f20c673d0d3b46e57895ac7c5ade2c0f10118953 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 20 Jan 2013 02:34:25 +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 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) { -- 2.40.0