aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-29 12:35:49 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:50:29 +0000
commit4a3a9257db012adbfbc7b854f18dc00fad23c6c4 (patch)
tree84ca5eea2a0058479af80d0048aa7ddee5ae8b2f /include
parent484b8bd0f550da8728000dc4c9e36cb273296f73 (diff)
downloadopenssl-4a3a9257db012adbfbc7b854f18dc00fad23c6c4.tar.gz
QUIC QTX: Allow QLOG instance to be changed after instantiation
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/quic_record_tx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/internal/quic_record_tx.h b/include/internal/quic_record_tx.h
index 68b43f58e9..18f7b23700 100644
--- a/include/internal/quic_record_tx.h
+++ b/include/internal/quic_record_tx.h
@@ -68,6 +68,9 @@ void ossl_qtx_set_msg_callback(OSSL_QTX *qtx, ossl_msg_cb msg_callback,
SSL *msg_callback_ssl);
void ossl_qtx_set_msg_callback_arg(OSSL_QTX *qtx, void *msg_callback_arg);
+/* Change QLOG instance in use after instantiation. */
+void ossl_qtx_set_qlog(OSSL_QTX *qtx, QLOG *qlog);
+
/*
* Secret Management
* -----------------