diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-07-26 08:27:50 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-07-26 08:27:50 +0000 |
commit | c373382c1edabd134c938e3c272ee40b5ee590b6 (patch) | |
tree | 934a209164285206461be81c86698d0c6172c83c /pkcs11.c | |
parent | Completely revamped the system for calling external programs and scripts: (diff) | |
download | openvpn-c373382c1edabd134c938e3c272ee40b5ee590b6.tar.xz |
Fixed compiler warnings in Windows build (MinGW).
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3125 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | pkcs11.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -436,7 +436,9 @@ pkcs11_management_id_get ( ) { pkcs11h_certificate_id_list_t id_list = NULL; pkcs11h_certificate_id_list_t entry = NULL; +#if 0 /* certificate_id seems to be unused -- JY */ pkcs11h_certificate_id_t certificate_id = NULL; +#endif pkcs11h_certificate_t certificate = NULL; CK_RV rv = CKR_OK; char *certificate_blob = NULL; |