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_2-beta2~138 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=fb2f9f266c2ad95eda756ab8ed1d9d740423a8cf 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);