Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[openssl.git] / crypto / dsa / dsa_ameth.c
index 98b531ea24b934f6b5fdef7ce85a63c8bf06100e..208c4ec19faaca41ced2b434d400b3b95890516f 100644 (file)
@@ -498,7 +498,7 @@ 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, OPENSSL_CTX *libctx,
+                              EVP_KEYMGMT *to_keymgmt, OSSL_LIB_CTX *libctx,
                               const char *propq)
 {
     DSA *dsa = from->pkey.dsa;