summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-05-09 11:35:16 +0100
committerHugo Landau <hlandau@openssl.org>2023-05-12 14:47:15 +0100
commitde521629c1f296a6eb50a84ab2d2b200fc766bc6 (patch)
tree64effbd0fa8592a07cf7a322623c49697ab0c18f /include
parent5da3e02c5eaac2bec9c14165d62874b1232213fe (diff)
downloadopenssl-new-de521629c1f296a6eb50a84ab2d2b200fc766bc6.tar.gz
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 'include')
-rw-r--r--include/openssl/ssl.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/openssl/ssl.h.in b/include/openssl/ssl.h.in
index 4d28522bf1..4e79ce5746 100644
--- a/include/openssl/ssl.h.in
+++ b/include/openssl/ssl.h.in
@@ -2282,9 +2282,6 @@ __owur uint64_t SSL_get_stream_id(SSL *s);
#define SSL_DEFAULT_STREAM_MODE_AUTO_UNI 2
__owur int SSL_set_default_stream_mode(SSL *s, uint32_t mode);
-__owur SSL *SSL_detach_stream(SSL *s);
-__owur int SSL_attach_stream(SSL *conn, SSL *stream);
-
#define SSL_STREAM_FLAG_UNI (1U << 0)
__owur SSL *SSL_new_stream(SSL *s, uint64_t flags);