diff options
author | Hugo Landau <hlandau@openssl.org> | 2023-04-18 20:30:54 +0200 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2023-05-12 15:47:11 +0200 |
commit | 020d0389396d0ee01041188a3d1b211a1d6b6c6a (patch) | |
tree | c0055c5858e8593cbe3f5a80aa4ebc61e2b2923f /util/libssl.num | |
parent | QUIC APL: Defer default XSO creation (diff) | |
download | openssl-020d0389396d0ee01041188a3d1b211a1d6b6c6a.tar.xz openssl-020d0389396d0ee01041188a3d1b211a1d6b6c6a.zip |
QUIC DISPATCH/APL: Implement SSL_get0_connection
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20765)
Diffstat (limited to 'util/libssl.num')
-rw-r--r-- | util/libssl.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libssl.num b/util/libssl.num index 6358356663..78a2676b4d 100644 --- a/util/libssl.num +++ b/util/libssl.num @@ -561,3 +561,4 @@ d2i_SSL_SESSION_ex ? 3_2_0 EXIST::FUNCTION: SSL_is_tls ? 3_2_0 EXIST::FUNCTION: SSL_is_quic ? 3_2_0 EXIST::FUNCTION: SSL_new_stream ? 3_2_0 EXIST::FUNCTION: +SSL_get0_connection ? 3_2_0 EXIST::FUNCTION: |