From ad428731a9bc47244cc1c8bab7ac91d37bfcf184 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 11 Jun 2014 14:31:08 +0100 Subject: Fix compilation with no-comp (cherry picked from commit 7239a09c7b5757ed8d0e9869f3e9b03c0e11f4d1) --- apps/enc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/enc.c b/apps/enc.c index 19ea3df..c6a211b 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); -- cgit v1.2.3