From: Hugo Landau Date: Thu, 24 Aug 2023 07:11:13 +0000 (+0100) Subject: make update X-Git-Tag: openssl-3.2.0-alpha1~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ade3baa6629b152185383605fb14d7b09483b409;p=thirdparty%2Fopenssl.git make update Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/21815) --- diff --git a/crypto/err/openssl.txt b/crypto/err/openssl.txt index b725032254e..3eeaa6d5d57 100644 --- a/crypto/err/openssl.txt +++ b/crypto/err/openssl.txt @@ -1563,7 +1563,7 @@ SSL_R_SSL_SESSION_ID_HAS_BAD_LENGTH:303:ssl session id has bad length SSL_R_SSL_SESSION_ID_TOO_LONG:408:ssl session id too long SSL_R_SSL_SESSION_VERSION_MISMATCH:210:ssl session version mismatch SSL_R_STILL_IN_INIT:121:still in init -SSL_R_STREAM_COUNT_LIMITED:395:stream count limited +SSL_R_STREAM_COUNT_LIMITED:411:stream count limited SSL_R_STREAM_FINISHED:365:stream finished SSL_R_STREAM_RECV_ONLY:366:stream recv only SSL_R_STREAM_RESET:375:stream reset diff --git a/include/openssl/sslerr.h b/include/openssl/sslerr.h index 0a4079b5c80..e1eb9a5692c 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