From 31ea2ee4ca642a4d8bbdac3dadb44eca11f52e35 Mon Sep 17 00:00:00 2001 From: Adriaan de Jong Date: Mon, 24 Oct 2011 10:46:01 +0200 Subject: Fixed disabling crypto and SSL Signed-off-by: Adriaan de Jong Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- ssl_verify_openssl.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ssl_verify_openssl.c') diff --git a/ssl_verify_openssl.c b/ssl_verify_openssl.c index 4f090e6..13c2f4e 100644 --- a/ssl_verify_openssl.c +++ b/ssl_verify_openssl.c @@ -27,6 +27,10 @@ * @file Control Channel Verification Module OpenSSL implementation */ +#include "syshead.h" + +#if defined(USE_SSL) && defined(USE_OPENSSL) + #include "ssl_verify.h" #include "ssl_verify_backend.h" #include "ssl_openssl.h" @@ -584,3 +588,5 @@ end: return retval; } + +#endif /* defined(USE_SSL) && defined(USE_OPENSSL) */ -- cgit