]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/testdsa.h
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
[thirdparty/openssl.git] / apps / testdsa.h
index 87383353912895fa3b302591396d71f47f5f2fd9..d80d2cf7f2d2d7419caa604a58f365e0def31439 100644 (file)
@@ -267,7 +267,7 @@ EVP_PKEY *get_dsa(int dsa_bits)
                              params) <= 0)
         pkey = NULL;
 err:
-    OSSL_PARAM_BLD_free_params(params);
+    OSSL_PARAM_free(params);
     OSSL_PARAM_BLD_free(tmpl);
     BN_free(priv_key);
     BN_free(pub_key);