From 7f9811db02ad61cbacc0da730f95fee116e521ca Mon Sep 17 00:00:00 2001 From: james Date: Mon, 24 Oct 2005 19:49:48 +0000 Subject: Removed #warn from ssl.c git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@717 e7ae566f-a301-0410-adde-c780ea21d3b5 --- ssl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ssl.c b/ssl.c index a9d4daa..9c49420 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 -- cgit