mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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)
This commit is contained in:
parent
0e6eb431e8
commit
5b8f7ae354
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user