diff options
author | Hugo Landau <hlandau@openssl.org> | 2023-05-09 12:35:16 +0200 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2023-05-12 15:47:15 +0200 |
commit | de521629c1f296a6eb50a84ab2d2b200fc766bc6 (patch) | |
tree | 64effbd0fa8592a07cf7a322623c49697ab0c18f /util/libssl.num | |
parent | QUIC: Fix CRYPTO_GET_REF (diff) | |
download | openssl-de521629c1f296a6eb50a84ab2d2b200fc766bc6.tar.xz openssl-de521629c1f296a6eb50a84ab2d2b200fc766bc6.zip |
QUIC APL: De-publicise SSL_attach_stream/SSL_detach_stream
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/libssl.num b/util/libssl.num index b850045694..bd1e12934e 100644 --- a/util/libssl.num +++ b/util/libssl.num @@ -566,8 +566,6 @@ SSL_is_connection ? 3_2_0 EXIST::FUNCTION: SSL_get_stream_type ? 3_2_0 EXIST::FUNCTION: SSL_get_stream_id ? 3_2_0 EXIST::FUNCTION: SSL_set_default_stream_mode ? 3_2_0 EXIST::FUNCTION: -SSL_detach_stream ? 3_2_0 EXIST::FUNCTION: -SSL_attach_stream ? 3_2_0 EXIST::FUNCTION: SSL_accept_stream ? 3_2_0 EXIST::FUNCTION: SSL_get_accept_stream_queue_len ? 3_2_0 EXIST::FUNCTION: SSL_stream_reset ? 3_2_0 EXIST::FUNCTION: |