diff options
author | Neil Horman <nhorman@openssl.org> | 2024-10-14 19:23:33 +0200 |
---|---|---|
committer | Neil Horman <nhorman@openssl.org> | 2024-11-19 14:38:25 +0100 |
commit | 63b671626e32a8760872790aa2efc3455401ac9e (patch) | |
tree | 7b4000dd887ed754d523e02c3be4cd7e6d96a69a /util | |
parent | Add QUERY trace points (diff) | |
download | openssl-63b671626e32a8760872790aa2efc3455401ac9e.tar.xz openssl-63b671626e32a8760872790aa2efc3455401ac9e.zip |
Make ossl_trace_param_values an official api function
lots of people may want to print params to a buffer. Make it part of
our api
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25630)
Diffstat (limited to 'util')
-rw-r--r-- | util/libcrypto.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 25cf30781c..88765ed9da 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5775,3 +5775,4 @@ d2i_OSSL_PRIVILEGE_POLICY_ID ? 3_5_0 EXIST::FUNCTION: i2d_OSSL_PRIVILEGE_POLICY_ID ? 3_5_0 EXIST::FUNCTION: OSSL_PRIVILEGE_POLICY_ID_free ? 3_5_0 EXIST::FUNCTION: OSSL_PRIVILEGE_POLICY_ID_new ? 3_5_0 EXIST::FUNCTION: +OSSL_PARAM_print_to_bio ? 3_5_0 EXIST::FUNCTION: |