From e58e7e14286eb882e8a776b585f237720b9399a2 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 12 Aug 2020 17:47:26 +0200 Subject: [PATCH] Standardize PKCS #11 version to 2.20 systematically --- src/pkcs11/pkcs11-global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkcs11/pkcs11-global.c b/src/pkcs11/pkcs11-global.c index 6985bc21..4acab6e4 100644 --- a/src/pkcs11/pkcs11-global.c +++ b/src/pkcs11/pkcs11-global.c @@ -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,