Skip to content

Commit

Permalink
PKCS11: Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Sep 21, 2023
1 parent d539ee7 commit 19f42dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkcs11/yubihsm_pkcs11.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 19f42dc

Please sign in to comment.