Enable export_to functions to have access to the libctx
[openssl.git] / crypto / dsa / dsa_ameth.c
index cc72189cdbb9a39cf850cf66d6437cbb85f3c87a..d63c142fdd157c3fc3aeb9bb94aa4f281f545dd5 100644 (file)
@@ -520,7 +520,8 @@ static size_t dsa_pkey_dirty_cnt(const EVP_PKEY *pkey)
 }
 
 static int dsa_pkey_export_to(const EVP_PKEY *from, void *to_keydata,
-                              EVP_KEYMGMT *to_keymgmt)
+                              EVP_KEYMGMT *to_keymgmt, OPENSSL_CTX *libctx,
+                              const char *propq)
 {
     DSA *dsa = from->pkey.dsa;
     OSSL_PARAM_BLD *tmpl;