diff options
Diffstat (limited to 'include/openssl/comperr.h')
-rw-r--r-- | include/openssl/comperr.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/openssl/comperr.h b/include/openssl/comperr.h index 01dd3e6bc642..1948d37f1a00 100644 --- a/include/openssl/comperr.h +++ b/include/openssl/comperr.h @@ -23,9 +23,16 @@ /* * COMP reason codes. */ +# define COMP_R_BROTLI_DECODE_ERROR 102 +# define COMP_R_BROTLI_ENCODE_ERROR 103 +# define COMP_R_BROTLI_NOT_SUPPORTED 104 # define COMP_R_ZLIB_DEFLATE_ERROR 99 # define COMP_R_ZLIB_INFLATE_ERROR 100 # define COMP_R_ZLIB_NOT_SUPPORTED 101 +# define COMP_R_ZSTD_COMPRESS_ERROR 105 +# define COMP_R_ZSTD_DECODE_ERROR 106 +# define COMP_R_ZSTD_DECOMPRESS_ERROR 107 +# define COMP_R_ZSTD_NOT_SUPPORTED 108 # endif #endif |