summaryrefslogtreecommitdiff
path: root/include/openssl
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-12-13 12:28:54 +0000
committerHugo Landau <hlandau@openssl.org>2023-01-27 14:19:15 +0000
commita9979965bf2b74ca79e4bf3fa13539ab90728eeb (patch)
treec2163a1e1f4c2b19ac4bacf6d2a44dd79c8dfcab /include/openssl
parentcf06f34727447fad04cbcbce2b8b3f269c1b9307 (diff)
downloadopenssl-new-a9979965bf2b74ca79e4bf3fa13539ab90728eeb.tar.gz
QUIC Front End I/O API: Add support for signalling and detecting end-of-stream
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19897)
Diffstat (limited to 'include/openssl')
-rw-r--r--include/openssl/ssl.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/ssl.h.in b/include/openssl/ssl.h.in
index 095698ea9d..a8a28e26e7 100644
--- a/include/openssl/ssl.h.in
+++ b/include/openssl/ssl.h.in
@@ -2270,6 +2270,8 @@ __owur int SSL_shutdown_ex(SSL *ssl, uint64_t flags,
const SSL_SHUTDOWN_EX_ARGS *args,
size_t args_len);
+__owur int SSL_stream_conclude(SSL *ssl, uint64_t flags);
+
# ifndef OPENSSL_NO_DEPRECATED_1_1_0
# define SSL_cache_hit(s) SSL_session_reused(s)
# endif