Run the withlibctx.pl script
[openssl.git] / crypto / dh / dh_lib.c
index a6f4e641370f8af70d35841e07c37cddeba06ffd..6c6eda27a242470cbebeb1f78bbd739d87bd53b9 100644 (file)
@@ -63,7 +63,7 @@ DH *DH_new_method(ENGINE *engine)
 }
 #endif /* !FIPS_MODULE */
 
-DH *dh_new_with_libctx(OPENSSL_CTX *libctx)
+DH *dh_new_ex(OPENSSL_CTX *libctx)
 {
     return dh_new_intern(NULL, libctx);
 }