summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-17 10:01:46 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:49:34 +0000
commit29bd1e2d24603827da52ce664244fd871b59d1f2 (patch)
treee1558097d1ea3b7b0ac33444ea96ce51ccf2158a /include
parent43a128875d8fe26aec35aef093d78fbcd06fd1ca (diff)
QLOG: Minor updates
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22037)
Diffstat (limited to 'include')
-rw-r--r--include/internal/qlog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/internal/qlog.h b/include/internal/qlog.h
index e5e22904ed..e23a05b960 100644
--- a/include/internal/qlog.h
+++ b/include/internal/qlog.h
@@ -63,7 +63,6 @@ int ossl_qlog_event_try_begin(QLOG *qlog, uint32_t event_type,
const char *event_cat, const char *event_name,
const char *event_combined_name);
void ossl_qlog_event_end(QLOG *qlog);
-void ossl_qlog_event_abort(QLOG *qlog);
void ossl_qlog_group_begin(QLOG *qlog, const char *name);
void ossl_qlog_group_end(QLOG *qlog);