diff options
Diffstat (limited to 'pkcs11.c')
-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; |