summaryrefslogtreecommitdiff
path: root/crypto/serializer/deserializer_pkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/serializer/deserializer_pkey.c')
-rw-r--r--crypto/serializer/deserializer_pkey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/serializer/deserializer_pkey.c b/crypto/serializer/deserializer_pkey.c
index e5e8bfda6f..44e7eb56ee 100644
--- a/crypto/serializer/deserializer_pkey.c
+++ b/crypto/serializer/deserializer_pkey.c
@@ -181,7 +181,7 @@ static int deser_construct_EVP_PKEY(OSSL_DESERIALIZER_INSTANCE *deser_inst,
OSSL_DESERIALIZER_provider(deser);
/*
- * If the EVP_KEYMGMT and the OSSL_DDESERIALIZER are from the
+ * If the EVP_KEYMGMT and the OSSL_DESERIALIZER are from the
* same provider, we assume that the KEYMGMT has a key loading
* function that can handle the provider reference we hold.
*
@@ -195,7 +195,7 @@ static int deser_construct_EVP_PKEY(OSSL_DESERIALIZER_INSTANCE *deser_inst,
import_data.keymgmt = keymgmt;
import_data.keydata = NULL;
- import_data.selection = OSSL_KEYMGMT_SELECT_ALL_PARAMETERS;
+ import_data.selection = OSSL_KEYMGMT_SELECT_ALL;
/*
* No need to check for errors here, the value of