summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-08-30 13:41:39 +0100
committerHugo Landau <hlandau@openssl.org>2023-09-01 14:02:50 +0100
commit7d9e447ab812df34bba581c5918721cc704fdacb (patch)
treee14a4894274d427d184468fe9fe19311abfa62d7 /util
parentcc50b44e555d71a10cdc45588d1b57523fb95ee4 (diff)
QUIC API: Revise SSL_get_conn_close_info to use a flags field
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21905)
Diffstat (limited to 'util')
-rw-r--r--util/other.syms2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/other.syms b/util/other.syms
index b65e4d9716..fa7a59d6a8 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -647,6 +647,8 @@ SSL_want_read define
SSL_want_retry_verify define
SSL_want_write define
SSL_want_x509_lookup define
+SSL_CONN_CLOSE_FLAG_LOCAL define
+SSL_CONN_CLOSE_FLAG_TRANSPORT define
SSLv23_client_method define
SSLv23_method define
SSLv23_server_method define