diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-20 05:58:08 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-20 05:58:08 +0000 |
commit | 984cf0036c882c4fada83448aaa37bbd5ebb8130 (patch) | |
tree | d8a8d9f93c48326f2bb2295d95e19a4c830b3d62 /pkcs11.h | |
parent | Make sure that install-win32/prebuild gets (diff) | |
download | openvpn-984cf0036c882c4fada83448aaa37bbd5ebb8130.tar.xz |
Merged with Alon's r688.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@689 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'pkcs11.h')
-rw-r--r-- | pkcs11.h | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -30,18 +30,18 @@ #include <openssl/ssl.h> void -init_pkcs11 ( +pkcs11_initialize ( const int nPINCachePeriod ); void -free_pkcs11 (); +pkcs11_terminate (); void -fork_fix_pkcs11 (); +pkcs11_forkFixup (); void -add_pkcs11 ( +pkcs11_addProvider ( const char * const provider, const char * const sign_mode ); @@ -58,15 +58,11 @@ SSL_CTX_use_pkcs11 ( void show_pkcs11_slots ( - const int msglev, - const int warnlev, const char * const provider ); void show_pkcs11_objects ( - const int msglev, - const int warnlev, const char * const provider, const char * const slot, const char * const pin |