diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-15 07:21:39 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-15 07:21:39 +0000 |
commit | e9c5e1708139d62865db1c468b2a9fc8339b2f26 (patch) | |
tree | 77e344599b15f383fd0d6d9e786cf5d726ebbdde /options.h | |
parent | Enable the use of --ca together with --pkcs12. If --ca is (diff) | |
download | openvpn-e9c5e1708139d62865db1c468b2a9fc8339b2f26.tar.xz |
Merged --capath patch (Thomas Noel).
svn merge -r 616:617 $SO/patches/2.0.x-r599-capath/openvpn
Pre-2.1_beta3
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@621 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -368,6 +368,7 @@ struct options bool tls_server; bool tls_client; const char *ca_file; + const char *ca_path; const char *dh_file; const char *cert_file; const char *priv_key_file; |