diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-24 19:49:48 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-24 19:49:48 +0000 |
commit | 7f9811db02ad61cbacc0da730f95fee116e521ca (patch) | |
tree | 3bf12fa061fe7625989e4a78a9b3272cfb189bf5 /ssl.c | |
parent | Merge with https://svn.openvpn.net/projects/openvpn/contrib/alon/BETA21@712 (diff) | |
download | openvpn-7f9811db02ad61cbacc0da730f95fee116e521ca.tar.xz |
Removed #warn from ssl.c
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@717 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | ssl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |