diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-17 07:39:41 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-17 07:39:41 +0000 |
commit | 6835555ef8ede3ac0997a0fe8365aa95391b32a3 (patch) | |
tree | c89421dd8a4f17615ad5936a11ae6e9903bc0d55 /options.h | |
parent | VERSION 2.1_beta4 (re-released) (diff) | |
download | openvpn-6835555ef8ede3ac0997a0fe8365aa95391b32a3.tar.xz |
Brought up-to-date with Alon's PKCS11 patch at
https://svn.openvpn.net/projects/openvpn/contrib/alon/BETA21/openvpn@645
Pre-2.1_beta5
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@648 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -385,6 +385,7 @@ struct options const char *pkcs11_slot; const char *pkcs11_id_type; const char *pkcs11_id; + int pkcs11_pin_cache_period; bool pkcs11_protected_authentication; #ifdef WIN32 const char *cryptoapi_cert; |