diff options
author | Peter Bierma <zintensitydev@gmail.com> | 2025-01-11 18:02:45 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2025-01-15 16:22:39 +0100 |
commit | 5b81f942d5011fbb05d0dc7016af05161b3ba010 (patch) | |
tree | 10218d5ed9e40d9840e176b69308ba4689d3cdf0 | |
parent | Fix dtls tests (diff) | |
download | openssl-5b81f942d5011fbb05d0dc7016af05161b3ba010.tar.xz openssl-5b81f942d5011fbb05d0dc7016af05161b3ba010.zip |
Synchronize openssl.txt with comperr.h
CLA: trivial
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26389)
-rw-r--r-- | crypto/err/openssl.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/err/openssl.txt b/crypto/err/openssl.txt index 4d60b478be..767a741c85 100644 --- a/crypto/err/openssl.txt +++ b/crypto/err/openssl.txt @@ -411,14 +411,14 @@ 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:105:brotli not supported +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 COMP_R_ZLIB_NOT_SUPPORTED:101:zlib not supported -COMP_R_ZSTD_COMPRESS_ERROR:107:zstd compress error -COMP_R_ZSTD_DECODE_ERROR:108:zstd decode error -COMP_R_ZSTD_DECOMPRESS_ERROR:109:zstd decompress error -COMP_R_ZSTD_NOT_SUPPORTED:110:zstd not supported +COMP_R_ZSTD_COMPRESS_ERROR:105:zstd compress error +COMP_R_ZSTD_DECODE_ERROR:106:zstd decode error +COMP_R_ZSTD_DECOMPRESS_ERROR:107:zstd decompress error +COMP_R_ZSTD_NOT_SUPPORTED:108:zstd not supported CONF_R_ERROR_LOADING_DSO:110:error loading dso CONF_R_INVALID_PRAGMA:122:invalid pragma CONF_R_LIST_CANNOT_BE_NULL:115:list cannot be null |