From 05d11e3d79fafa19a06bf45652e39cb9bef5207a Mon Sep 17 00:00:00 2001 From: james Date: Sun, 16 Oct 2005 13:39:20 +0000 Subject: VERSION 2.1_beta4 (re-released) --capath fix in ssl.c git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@641 e7ae566f-a301-0410-adde-c780ea21d3b5 --- ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl.c') diff --git a/ssl.c b/ssl.c index 2d65d82..05bd85f 100644 --- a/ssl.c +++ b/ssl.c @@ -911,7 +911,7 @@ init_ssl (const struct options *options) } } - if (options->ca_file) + if (options->ca_file || options->ca_path) { /* Load CA file for verifying peer supplied certificate */ ASSERT (options->ca_file || options->ca_path); -- cgit