From: Adriaan de Jong Date: Thu, 23 Jun 2011 16:02:45 +0000 (+0200) Subject: Added a check for Openssl or PolarSSL defines X-Git-Tag: v2.3-alpha1~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=253329a8588939da09867349c6a6aae62a21c667;p=thirdparty%2Fopenvpn.git Added a check for Openssl or PolarSSL defines Signed-off-by: Adriaan de Jong Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- diff --git a/options.h b/options.h index 902fef4b0..c49cb521e 100644 --- a/options.h +++ b/options.h @@ -76,6 +76,9 @@ struct options_pre_pull int foreign_option_index; }; +#endif +#if !defined(USE_OPENSSL) && !defined(USE_POLARSSL) +# error "At least one of OpenSSL or PolarSSL needs to be defined." #endif struct connection_entry