]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/internal/comp.h
Add brotli compression support (RFC7924)
[thirdparty/openssl.git] / include / internal / comp.h
index 8232574635af0b9a4d231be1a29671328ae3e1a9..45cab6c720f89d07688a9823052ec860b7f049e5 100644 (file)
@@ -1,11 +1,13 @@
 /*
- * Licensed under the OpenSSL licenses, (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the Apache License 2.0 (the "License").  You may not use
+ * this file except in compliance with the License.  You can obtain a copy
+ * in the file LICENSE in the source distribution or at
  * https://www.openssl.org/source/license.html
- * or in the file LICENSE in the source distribution.
  */
 
 #include <openssl/comp.h>
 
-void comp_zlib_cleanup_internal(void);
+void ossl_comp_zlib_cleanup(void);
+void ossl_comp_brotli_cleanup(void);