PKEY: adapt the export_to_provider funtions to handle domain params too
[openssl.git] / crypto / evp / m_sigver.c
index 7912c8dd5917422d2e23ad7fb32094b4b762baac..c02325cf6b6d2e0fb8ad2d5d0e04ccc85221fef4 100644 (file)
@@ -94,7 +94,8 @@ static int do_sigver_init(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
         ERR_raise(ERR_LIB_EVP,  EVP_R_INITIALIZATION_ERROR);
         goto err;
     }
-    provkey = evp_keymgmt_export_to_provider(locpctx->pkey, signature->keymgmt);
+    provkey =
+        evp_keymgmt_export_to_provider(locpctx->pkey, signature->keymgmt, 0);
     if (provkey == NULL) {
         ERR_raise(ERR_LIB_EVP, EVP_R_INITIALIZATION_ERROR);
         goto err;