diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2021-04-07 05:45:19 +0200 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2021-04-12 08:55:30 +0200 |
commit | 3f883c7c835ff577a6df37e238956c5b9016dc93 (patch) | |
tree | 53981bf279887c1dc043e264cbaa61710b75c2b9 /util/libcrypto.num | |
parent | Add OSSL_PARAM_dup() and OSSL_PARAM_merge(). (diff) | |
download | openssl-3f883c7c835ff577a6df37e238956c5b9016dc93.tar.xz openssl-3f883c7c835ff577a6df37e238956c5b9016dc93.zip |
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)
Diffstat (limited to '')
-rw-r--r-- | util/libcrypto.num | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 77082c2d05..2dc8d28118 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4956,7 +4956,6 @@ NCONF_new_ex ? 3_0_0 EXIST::FUNCTION: CONF_modules_load_file_ex ? 3_0_0 EXIST::FUNCTION: OSSL_LIB_CTX_load_config ? 3_0_0 EXIST::FUNCTION: OSSL_PARAM_BLD_to_param ? 3_0_0 EXIST::FUNCTION: -OSSL_PARAM_BLD_free_params ? 3_0_0 EXIST::FUNCTION: OSSL_PARAM_BLD_push_int ? 3_0_0 EXIST::FUNCTION: OSSL_PARAM_BLD_push_uint ? 3_0_0 EXIST::FUNCTION: OSSL_PARAM_BLD_push_long ? 3_0_0 EXIST::FUNCTION: |