0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 12:02:28 +02:00

Removed #warn from ssl.c

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@717 e7ae566f-a301-0410-adde-c780ea21d3b5
This commit is contained in:
james 2005-10-24 19:49:48 +00:00
parent 33c8c4d4c2
commit 7f9811db02

1
ssl.c
View File

@ -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