summaryrefslogtreecommitdiffstats
path: root/util/other.syms
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-08-22 16:59:57 +0100
committerTomas Mraz <tomas@openssl.org>2023-08-25 15:10:43 +0200
commit9d6bd3d30f8068a5558efa0bda2db570500ff364 (patch)
treeae0a2678ddc64bafac019e3c48e42a34deb636bf /util/other.syms
parent10536b7f5b07aab3dc9631e94a56258155a1d942 (diff)
QUIC APL: Implement backpressure on stream creation
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21811)
Diffstat (limited to 'util/other.syms')
-rw-r--r--util/other.syms2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/other.syms b/util/other.syms
index 11393fe7ec..ea48770ea0 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -647,6 +647,8 @@ SSLv23_client_method define
SSLv23_method define
SSLv23_server_method define
SSL_STREAM_FLAG_UNI define
+SSL_STREAM_FLAG_NO_BLOCK define
+SSL_STREAM_FLAG_ADVANCE define
SSL_STREAM_TYPE_NONE define
SSL_STREAM_TYPE_READ define
SSL_STREAM_TYPE_WRITE define