summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-04-18 19:30:55 +0100
committerHugo Landau <hlandau@openssl.org>2023-05-12 14:47:11 +0100
commit1bca3f1b2d139c2306fd65d23583e4d16bdc11f9 (patch)
treef05348068242a8440696a39863b9d5822035cd7f /util
parente1dee2e37971e068d6aff25dbfc92ef4db5adbd9 (diff)
downloadopenssl-new-1bca3f1b2d139c2306fd65d23583e4d16bdc11f9.tar.gz
QUIC DISPATCH/APL: Implement SSL_get_stream_type
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')
-rw-r--r--util/libssl.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libssl.num b/util/libssl.num
index 78a2676b4d..a52a034e20 100644
--- a/util/libssl.num
+++ b/util/libssl.num
@@ -562,3 +562,5 @@ 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:
+SSL_is_connection ? 3_2_0 EXIST::FUNCTION:
+SSL_get_stream_type ? 3_2_0 EXIST::FUNCTION: