diff options
author | Neil Horman <nhorman@openssl.org> | 2024-10-05 15:44:11 +0200 |
---|---|---|
committer | Neil Horman <nhorman@openssl.org> | 2024-11-19 14:36:19 +0100 |
commit | 11539fd7346736fe789dffe731bd311b8d59fc9d (patch) | |
tree | 38098892c4d2af37b5c81e51e679fd8e4f2da5b3 /test | |
parent | Adding a trace category for PROVIDER calls (diff) | |
download | openssl-11539fd7346736fe789dffe731bd311b8d59fc9d.tar.xz openssl-11539fd7346736fe789dffe731bd311b8d59fc9d.zip |
Add tracing messages to the provider api
Adds tracing messages to the
init/teardown/gettable_params/get_params/query/unquery operations for a
provider
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 'test')
-rw-r--r-- | test/trace_api_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/trace_api_test.c b/test/trace_api_test.c index f4f7ab42d4..97817c7830 100644 --- a/test/trace_api_test.c +++ b/test/trace_api_test.c @@ -46,6 +46,7 @@ static int test_trace_categories(void) CASE(ENCODER); CASE(REF_COUNT); CASE(HTTP); + CASE(PROVIDER); #undef CASE default: is_cat_name_eq = TEST_ptr_null(cat_name); |