From 19f42dc74f89bac02b7f083bc7b1d08ea2ad1ad1 Mon Sep 17 00:00:00 2001 From: Aveen Ismail Date: Thu, 21 Sep 2023 14:25:16 +0200 Subject: [PATCH] PKCS11: Remove commented out code --- pkcs11/yubihsm_pkcs11.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pkcs11/yubihsm_pkcs11.c b/pkcs11/yubihsm_pkcs11.c index 76cda693..f4f51abb 100644 --- a/pkcs11/yubihsm_pkcs11.c +++ b/pkcs11/yubihsm_pkcs11.c @@ -2413,7 +2413,6 @@ CK_DEFINE_FUNCTION(CK_RV, C_FindObjectsInit) case CKA_ENCRYPT: if (*((CK_BBOOL *) pTemplate[i].pValue) == CK_TRUE) { - // type = YH_WRAP_KEY; rc = yh_string_to_capabilities("wrap-data,encrypt-ecb,encrypt-cbc", &capabilities); if (rc != YHR_SUCCESS) {