summaryrefslogtreecommitdiffstats
path: root/ssl.c
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-24 19:49:48 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-24 19:49:48 +0000
commit7f9811db02ad61cbacc0da730f95fee116e521ca (patch)
tree3bf12fa061fe7625989e4a78a9b3272cfb189bf5 /ssl.c
parent33c8c4d4c2507a904c9369eff4ac769c5ec382d3 (diff)
downloadopenvpn-7f9811db02ad61cbacc0da730f95fee116e521ca.tar.gz
openvpn-7f9811db02ad61cbacc0da730f95fee116e521ca.tar.xz
openvpn-7f9811db02ad61cbacc0da730f95fee116e521ca.zip
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 'ssl.c')
-rw-r--r--ssl.c1
1 files changed, 0 insertions, 1 deletions
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