Standardize PKCS #11 version to 2.20 systematically

This commit is contained in:
Jakub Jelen 2020-08-12 17:47:26 +02:00 committed by Frank Morgner
parent 23eb606d86
commit e58e7e1428
1 changed files with 1 additions and 1 deletions

View File

@ -877,7 +877,7 @@ void sc_pkcs11_free_lock(void)
}
CK_FUNCTION_LIST pkcs11_function_list = {
{ 2, 11 }, /* Note: NSS/Firefox ignores this version number and uses C_GetInfo() */
{ 2, 20 }, /* Note: NSS/Firefox ignores this version number and uses C_GetInfo() */
C_Initialize,
C_Finalize,
C_GetInfo,