From: james Date: Mon, 24 Oct 2005 19:49:48 +0000 (+0000) Subject: Removed #warn from ssl.c X-Git-Tag: v2.1_rc1~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f9811db02ad61cbacc0da730f95fee116e521ca;p=thirdparty%2Fopenvpn.git Removed #warn from ssl.c git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@717 e7ae566f-a301-0410-adde-c780ea21d3b5 --- diff --git a/ssl.c b/ssl.c index a9d4daa2b..9c4942030 100644 --- a/ssl.c +++ b/ssl.c @@ -922,7 +922,6 @@ init_ssl (const struct options *options) #if OPENSSL_VERSION_NUMBER >= 0x00907000L X509_STORE_set_flags(store, X509_V_FLAG_CRL_CHECK | X509_V_FLAG_CRL_CHECK_ALL); #else -#warn This version of OpenSSL cannot handle CRL files in capath msg(M_WARN, "WARNING: this version of OpenSSL cannot handle CRL files in capath"); #endif } else