summaryrefslogtreecommitdiffstats
path: root/include/openssl
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-08-24 11:28:17 +0100
committerTomas Mraz <tomas@openssl.org>2023-08-25 15:11:05 +0200
commit7a5f58b2cf0d7b2fa0451603a88c3976c657dae9 (patch)
tree91533030b68f263e2cf9699010cc540ee9dc9013 /include/openssl
parent14551f1effa80a773e029d4ae6cb7657eef74bc2 (diff)
QUIC APL: Fix stream backpressure conditions to use non-I/O errors
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 'include/openssl')
-rw-r--r--include/openssl/sslerr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/sslerr.h b/include/openssl/sslerr.h
index 0a4079b5c8..e1eb9a5692 100644
--- a/include/openssl/sslerr.h
+++ b/include/openssl/sslerr.h
@@ -290,7 +290,7 @@
# define SSL_R_SSL_SESSION_ID_TOO_LONG 408
# define SSL_R_SSL_SESSION_VERSION_MISMATCH 210
# define SSL_R_STILL_IN_INIT 121
-# define SSL_R_STREAM_COUNT_LIMITED 395
+# define SSL_R_STREAM_COUNT_LIMITED 411
# define SSL_R_STREAM_FINISHED 365
# define SSL_R_STREAM_RECV_ONLY 366
# define SSL_R_STREAM_RESET 375