From: Dr. Stephen Henson Date: Wed, 11 Jun 2014 13:31:08 +0000 (+0100) Subject: Fix compilation with no-comp X-Git-Tag: master-pre-reformat~658 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9494e99b406ba4df3ede4bb0c1de1285ebc5b353;p=openssl Fix compilation with no-comp --- diff --git a/apps/enc.c b/apps/enc.c index d84c51dbcc..928d16bccc 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);