From: Dr. Stephen Henson Date: Wed, 11 Jun 2014 13:31:08 +0000 (+0100) Subject: Fix compilation with no-comp X-Git-Tag: OpenSSL_1_0_0n~75 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ead6774804a3e464b16f9c72df8840803224466b;p=oweals%2Fopenssl.git Fix compilation with no-comp (cherry picked from commit 7239a09c7b5757ed8d0e9869f3e9b03c0e11f4d1) --- diff --git a/apps/enc.c b/apps/enc.c index 076225c4cb..8d3aeba3a6 100644 --- a/apps/enc.c +++ b/apps/enc.c @@ -67,7 +67,9 @@ #include #include #include +#ifndef OPENSSL_NO_COMP #include +#endif #include int set_hex(char *in,unsigned char *out,int size);