Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
authorShane Lontis <shane.lontis@oracle.com>
Wed, 7 Apr 2021 03:45:19 +0000 (13:45 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 12 Apr 2021 06:55:30 +0000 (16:55 +1000)
commit3f883c7c835ff577a6df37e238956c5b9016dc93
tree53981bf279887c1dc043e264cbaa61710b75c2b9
parent884314cab786a980189206b2cab5f62878a97669
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14785)
30 files changed:
apps/dhparam.c
apps/testdsa.h
crypto/dh/dh_ameth.c
crypto/dsa/dsa_ameth.c
crypto/ec/ec_ameth.c
crypto/ec/ecx_meth.c
crypto/param_build.c
crypto/rsa/rsa_ameth.c
crypto/store/store_lib.c
doc/man3/EVP_PKEY_fromdata.pod
doc/man3/OSSL_PARAM_BLD.pod
include/openssl/param_build.h
providers/fips/self_test_kats.c
providers/implementations/keymgmt/dh_kmgmt.c
providers/implementations/keymgmt/dsa_kmgmt.c
providers/implementations/keymgmt/ec_kmgmt.c
providers/implementations/keymgmt/ecx_kmgmt.c
providers/implementations/keymgmt/mac_legacy_kmgmt.c
providers/implementations/keymgmt/rsa_kmgmt.c
ssl/statem/statem_clnt.c
ssl/t1_lib.c
test/acvp_test.c
test/ectest.c
test/endecode_test.c
test/evp_extra_test.c
test/evp_pkey_provided_test.c
test/helpers/predefined_dhparams.c
test/param_build_test.c
test/sslapitest.c
util/libcrypto.num