From 114de5b59502e1764c14082e14f07562ad4e6a15 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 17 Mar 2016 11:50:23 +0000 Subject: Ensure that no-comp functions are flagged as such mkdef.pl was not detecting no-comp functions. This updates the header file so that mkdef.pl detects that no-comp applies, and the functions are marked accordingly. Reviewed-by: Richard Levitte --- crypto/init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/init.c') diff --git a/crypto/init.c b/crypto/init.c index 8c599894ba..fad7a85b82 100644 --- a/crypto/init.c +++ b/crypto/init.c @@ -66,7 +66,9 @@ #ifndef OPENSSL_NO_ENGINE #include #endif +#ifndef OPENSSL_NO_COMP #include +#endif #include #include #include -- cgit v1.2.3