diff --git a/src/bin/util/softhsm2-util-ossl.cpp b/src/bin/util/softhsm2-util-ossl.cpp index 2ead15866..86813f240 100644 --- a/src/bin/util/softhsm2-util-ossl.cpp +++ b/src/bin/util/softhsm2-util-ossl.cpp @@ -156,6 +156,7 @@ int crypto_import_key_pair switch (EVP_PKEY_type(EVP_PKEY_id(pkey))) { case EVP_PKEY_RSA: + case EVP_PKEY_RSA_PSS: rsa = EVP_PKEY_get1_RSA(pkey); break; case EVP_PKEY_DSA: