summaryrefslogtreecommitdiff
path: root/ta
diff options
context:
space:
mode:
Diffstat (limited to 'ta')
-rw-r--r--ta/pkcs11/src/pkcs11_helpers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ta/pkcs11/src/pkcs11_helpers.c b/ta/pkcs11/src/pkcs11_helpers.c
index 654fb6e7..47bbec05 100644
--- a/ta/pkcs11/src/pkcs11_helpers.c
+++ b/ta/pkcs11/src/pkcs11_helpers.c
@@ -246,6 +246,7 @@ static const struct any_id __maybe_unused string_rc[] = {
PKCS11_ID(PKCS11_CKR_USER_PIN_NOT_INITIALIZED),
PKCS11_ID(PKCS11_CKR_USER_TOO_MANY_TYPES),
PKCS11_ID(PKCS11_CKR_USER_TYPE_INVALID),
+ PKCS11_ID(PKCS11_CKR_KEY_SIZE_RANGE),
PKCS11_ID(PKCS11_CKR_SESSION_READ_ONLY_EXISTS),
PKCS11_ID(PKCS11_RV_NOT_FOUND),
PKCS11_ID(PKCS11_RV_NOT_IMPLEMENTED),