Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[openssl.git] / crypto / dh / dh_ameth.c
index 9ad75d20926b78012946aaa67820acf410c262de..69b166362a8a4fe39bf2ecd442d1e6071fda9e0e 100644 (file)
@@ -479,7 +479,7 @@ static size_t dh_pkey_dirty_cnt(const EVP_PKEY *pkey)
 }
 
 static int dh_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)
 {
     DH *dh = from->pkey.dh;