diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-13 01:42:07 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-03-06 11:15:14 +0100 |
commit | f272be676b5462db641897057a4feaa9e8f35c1d (patch) | |
tree | 46869fc351b22e04e8286767237ef7276d77a26a /crypto/trace.c | |
parent | Adapt ENGINE_CONF_DEBUG to the new generic trace API (diff) | |
download | openssl-f272be676b5462db641897057a4feaa9e8f35c1d.tar.xz openssl-f272be676b5462db641897057a4feaa9e8f35c1d.zip |
Adapt ENGINE_TABLE_DEBUG to the new generic trace API
Co-authored-by: Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8198)
Diffstat (limited to 'crypto/trace.c')
-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 c76eb5110e..38ef7ae232 100644 --- a/crypto/trace.c +++ b/crypto/trace.c @@ -124,6 +124,7 @@ static const struct trace_category_st trace_categories[] = { TRACE_CATEGORY_(TLS), TRACE_CATEGORY_(TLS_CIPHER), TRACE_CATEGORY_(ENGINE_CONF), + TRACE_CATEGORY_(ENGINE_TABLE), }; const char *OSSL_trace_get_category_name(int num) |