summaryrefslogtreecommitdiffstats
path: root/crypto/comp/comp_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/comp/comp_err.c')
-rw-r--r--crypto/comp/comp_err.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/comp/comp_err.c b/crypto/comp/comp_err.c
index 4f55f820da..10a9e66860 100644
--- a/crypto/comp/comp_err.c
+++ b/crypto/comp/comp_err.c
@@ -33,6 +33,13 @@ static const ERR_STRING_DATA COMP_str_reasons[] = {
"zlib inflate error"},
{ERR_PACK(ERR_LIB_COMP, 0, COMP_R_ZLIB_NOT_SUPPORTED),
"zlib not supported"},
+ {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_ZSTD_COMPRESS_ERROR),
+ "zstd compress error"},
+ {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_ZSTD_DECODE_ERROR), "zstd decode error"},
+ {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_ZSTD_DECOMPRESS_ERROR),
+ "zstd decompress error"},
+ {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_ZSTD_NOT_SUPPORTED),
+ "zstd not supported"},
{0, NULL}
};