aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-18 10:39:03 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:49:34 +0000
commit5b8f7ae3542b6de0edde958de66544cdf45af2f4 (patch)
tree8f062b5a909df0c9f8969378106f10ab57851916 /include
parent0e6eb431e89fd733daece4997448b83df80185b4 (diff)
downloadopenssl-5b8f7ae3542b6de0edde958de66544cdf45af2f4.tar.gz
QLOG: Remove vestigial abort code
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/internal/qlog.h b/include/internal/qlog.h
index e23a05b960..8d44ed0098 100644
--- a/include/internal/qlog.h
+++ b/include/internal/qlog.h
@@ -102,8 +102,6 @@ void ossl_qlog_override_time(QLOG *qlog, OSSL_TIME event_time);
ossl_qlog_array_end(qlog_instance); \
}
-# define QLOG_ABORT() ossl_qlog_event_abort(qlog_instance)
-
/* Field Functions */
void ossl_qlog_str(QLOG *qlog, const char *name, const char *value);
void ossl_qlog_str_len(QLOG *qlog, const char *name,