diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-13 00:32:57 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-03-06 11:15:13 +0100 |
commit | 5c64173586386a7c73e6431166c96eb43ae0baa2 (patch) | |
tree | 9530fbb7c7528415166eef9b811a4df2058ca6bc /crypto/trace.c | |
parent | Adapt CIPHER_DEBUG to the new generic trace API (diff) | |
download | openssl-5c64173586386a7c73e6431166c96eb43ae0baa2.tar.xz openssl-5c64173586386a7c73e6431166c96eb43ae0baa2.zip |
Adapt OPENSSL_INIT_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 61eba6abe7..b42f1d9a22 100644 --- a/crypto/trace.c +++ b/crypto/trace.c @@ -120,6 +120,7 @@ struct trace_category_st { static const struct trace_category_st trace_categories[] = { TRACE_CATEGORY_(ANY), + TRACE_CATEGORY_(INIT), TRACE_CATEGORY_(TLS), TRACE_CATEGORY_(TLS_CIPHER), }; |