From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Tue, 7 Jan 2025 09:30:56 +0000 (+0100) Subject: Update error codes in "crypto/err/openssl.txt" X-Git-Tag: openssl-3.4.1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bf9633042bc2be877e5f729a7d22ebbe7348f7b;p=thirdparty%2Fopenssl.git Update error codes in "crypto/err/openssl.txt" Fixes #26316 Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26330) (cherry picked from commit 3cfcf820bd667d0b0253dacda5af533c99f5631d) --- diff --git a/crypto/err/openssl.txt b/crypto/err/openssl.txt index cbaee0c393f..723928af81a 100644 --- a/crypto/err/openssl.txt +++ b/crypto/err/openssl.txt @@ -409,8 +409,7 @@ CMS_R_UNWRAP_FAILURE:180:unwrap failure CMS_R_VERIFICATION_FAILURE:158:verification failure CMS_R_WRAP_ERROR:159:wrap error COMP_R_BROTLI_DECODE_ERROR:102:brotli decode error -COMP_R_BROTLI_DEFLATE_ERROR:103:brotli deflate error -COMP_R_BROTLI_ENCODE_ERROR:106:brotli encode error +COMP_R_BROTLI_ENCODE_ERROR:103:brotli encode error COMP_R_BROTLI_INFLATE_ERROR:104:brotli inflate error COMP_R_BROTLI_NOT_SUPPORTED:105:brotli not supported COMP_R_ZLIB_DEFLATE_ERROR:99:zlib deflate error