Fix for clang - cast down
This commit is contained in:
parent
7f76af0b36
commit
1a518c6c46
@ -215,7 +215,7 @@ void wc_Pkcs11Token_Final(Pkcs11Token* token)
|
||||
if (token != NULL && token->func != NULL) {
|
||||
token->func->C_CloseAllSessions(token->slotId);
|
||||
token->handle = NULL_PTR;
|
||||
ForceZero(token->userPin, token->userPinSz);
|
||||
ForceZero(token->userPin, (word32)token->userPinSz);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user