From c373382c1edabd134c938e3c272ee40b5ee590b6 Mon Sep 17 00:00:00 2001 From: james Date: Sat, 26 Jul 2008 08:27:50 +0000 Subject: 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 --- pkcs11.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkcs11.c') diff --git a/pkcs11.c b/pkcs11.c index d2f3c80..a58a00c 100644 --- a/pkcs11.c +++ b/pkcs11.c @@ -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; -- cgit