diff options
author | Neil Horman <nhorman@openssl.org> | 2024-10-05 15:51:00 +0200 |
---|---|---|
committer | Neil Horman <nhorman@openssl.org> | 2024-11-19 14:36:19 +0100 |
commit | 3eed43f8a12ef33d9788ef9476f76ff1a11dff87 (patch) | |
tree | 2ba85cd64b94bb88987d12c852beecf39e2eea05 /crypto | |
parent | Add tracing messages to the provider api (diff) | |
download | openssl-3eed43f8a12ef33d9788ef9476f76ff1a11dff87.tar.xz openssl-3eed43f8a12ef33d9788ef9476f76ff1a11dff87.zip |
Add a QUERY trace category
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 'crypto')
-rw-r--r-- | crypto/trace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/trace.c b/crypto/trace.c index 3538707d44..fbd4bf2914 100644 --- a/crypto/trace.c +++ b/crypto/trace.c @@ -141,6 +141,7 @@ static const struct trace_category_st TRACE_CATEGORY_(REF_COUNT), TRACE_CATEGORY_(HTTP), TRACE_CATEGORY_(PROVIDER), + TRACE_CATEGORY_(QUERY), }; /* KEEP THIS LIST IN SYNC with #define OSSL_TRACE_CATEGORY_... in trace.h */ const char *OSSL_trace_get_category_name(int num) |