summaryrefslogtreecommitdiff
path: root/include/internal/comp.h
diff options
context:
space:
mode:
authorTodd Short <tshort@akamai.com>2021-08-09 16:56:37 -0400
committerTodd Short <todd.short@me.com>2022-10-18 09:30:21 -0400
commitcaf9317d7d75213990014e07048384be15688889 (patch)
tree50cf59d363c17f389d6c8dbc2372795e3e53658d /include/internal/comp.h
parent12e96a23604a7aa1cd8f83486b02f1bcab6d468f (diff)
downloadopenssl-new-caf9317d7d75213990014e07048384be15688889.tar.gz
Add ZSTD compression support (RFC8478bis)
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18186)
Diffstat (limited to 'include/internal/comp.h')
-rw-r--r--include/internal/comp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/comp.h b/include/internal/comp.h
index 45cab6c720..c48c29d562 100644
--- a/include/internal/comp.h
+++ b/include/internal/comp.h
@@ -11,3 +11,4 @@
void ossl_comp_zlib_cleanup(void);
void ossl_comp_brotli_cleanup(void);
+void ossl_comp_zstd_cleanup(void);