From: Peter Bierma Date: Sun, 12 Jan 2025 16:12:18 +0000 (-0500) Subject: Remove non-existing error code. X-Git-Tag: openssl-3.4.1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df8f75dad738e36bbcda9d0ce6126e6179f7dd71;p=thirdparty%2Fopenssl.git Remove non-existing error code. CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26389) (cherry picked from commit 0b1d3ebb70a13917cf28ed934150c29819d95997) --- diff --git a/crypto/err/openssl.txt b/crypto/err/openssl.txt index 5a29c08decd..d05e500b252 100644 --- a/crypto/err/openssl.txt +++ b/crypto/err/openssl.txt @@ -410,7 +410,6 @@ 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_ENCODE_ERROR:103:brotli encode error -COMP_R_BROTLI_INFLATE_ERROR:104:brotli inflate error COMP_R_BROTLI_NOT_SUPPORTED:104:brotli not supported COMP_R_ZLIB_DEFLATE_ERROR:99:zlib deflate error COMP_R_ZLIB_INFLATE_ERROR:100:zlib inflate error