From: Hugo Landau Date: Thu, 18 Jan 2024 10:39:03 +0000 (+0000) Subject: QLOG: Remove vestigial abort code X-Git-Tag: openssl-3.3.0-alpha1~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b8f7ae3542b6de0edde958de66544cdf45af2f4;p=thirdparty%2Fopenssl.git QLOG: Remove vestigial abort code Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/22037) --- diff --git a/include/internal/qlog.h b/include/internal/qlog.h index e23a05b9608..8d44ed00983 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,