From: Dr. Stephen Henson Date: Wed, 11 Jun 2014 13:31:08 +0000 (+0100) Subject: Fix compilation with no-comp X-Git-Tag: master-post-reformat~711 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=9494e99b406ba4df3ede4bb0c1de1285ebc5b353;hp=1cf8f57b43a99275ac0938e9e230bd0434699d87 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);