Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Short <tshort@akamai.com>2021-08-09 23:56:29 +0300
committerTodd Short <todd.short@me.com>2022-10-18 16:30:18 +0300
commit12e96a23604a7aa1cd8f83486b02f1bcab6d468f (patch)
tree0b6be9589eaab31798122128c1237d40bff9bfe2 /include/internal
parent846975f367f75f3503b44c12e49d980dca181647 (diff)
Add brotli compression support (RFC7924)
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')
-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 3ad86fc7b1..45cab6c720 100644
--- a/include/internal/comp.h
+++ b/include/internal/comp.h
@@ -10,3 +10,4 @@
#include <openssl/comp.h>
void ossl_comp_zlib_cleanup(void);
+void ossl_comp_brotli_cleanup(void);