From b66f59adfa281abbc140aaf337e1b474830225c1 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 11 Jun 2014 14:31:08 +0100 Subject: [PATCH] Fix compilation with no-comp (cherry picked from commit 7239a09c7b5757ed8d0e9869f3e9b03c0e11f4d1) --- apps/enc.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.25.1