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_1i~93 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b66f59adfa281abbc140aaf337e1b474830225c1;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 19ea3df940..c6a211ba87 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);