diff --git a/src/pkcs11/pkcs11-global.c b/src/pkcs11/pkcs11-global.c index b22bd70e..34c1fc66 100644 --- a/src/pkcs11/pkcs11-global.c +++ b/src/pkcs11/pkcs11-global.c @@ -621,7 +621,7 @@ CK_RV C_WaitForSlotEvent(CK_FLAGS flags, /* blocking/nonblocking flag */ void *reader_states = NULL; CK_SLOT_ID slot_id; CK_RV rv; - int ii, r; + int r; if (pReserved != NULL_PTR) return CKR_ARGUMENTS_BAD;