]> git.ipfire.org Git - thirdparty/openssl.git/blame - include/internal/comp.h
Add brotli compression support (RFC7924)
[thirdparty/openssl.git] / include / internal / comp.h
CommitLineData
02a247e0 1/*
3c2bdd7d 2 * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
21dcbebc 3 *
48f4ad77 4 * Licensed under the Apache License 2.0 (the "License"). You may not use
21dcbebc
RS
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
02a247e0 7 * https://www.openssl.org/source/license.html
02a247e0
MC
8 */
9
10#include <openssl/comp.h>
11
f148f703 12void ossl_comp_zlib_cleanup(void);
12e96a23 13void ossl_comp_brotli_cleanup(void);