xref: /freebsd-src/crypto/openssl/include/openssl/comperr.h (revision b077aed33b7b6aefca7b17ddb250cf521f938613)
1e71b7053SJung-uk Kim /*
2e71b7053SJung-uk Kim  * Generated by util/mkerr.pl DO NOT EDIT
3*b077aed3SPierre Pronchery  * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
4e71b7053SJung-uk Kim  *
5*b077aed3SPierre Pronchery  * Licensed under the Apache License 2.0 (the "License").  You may not use
6e71b7053SJung-uk Kim  * this file except in compliance with the License.  You can obtain a copy
7e71b7053SJung-uk Kim  * in the file LICENSE in the source distribution or at
8e71b7053SJung-uk Kim  * https://www.openssl.org/source/license.html
9e71b7053SJung-uk Kim  */
10e71b7053SJung-uk Kim 
11*b077aed3SPierre Pronchery #ifndef OPENSSL_COMPERR_H
12*b077aed3SPierre Pronchery # define OPENSSL_COMPERR_H
13*b077aed3SPierre Pronchery # pragma once
14da327cd2SJung-uk Kim 
15e71b7053SJung-uk Kim # include <openssl/opensslconf.h>
16*b077aed3SPierre Pronchery # include <openssl/symhacks.h>
17*b077aed3SPierre Pronchery # include <openssl/cryptoerr_legacy.h>
18*b077aed3SPierre Pronchery 
19e71b7053SJung-uk Kim 
20e71b7053SJung-uk Kim # ifndef OPENSSL_NO_COMP
21e71b7053SJung-uk Kim 
22e71b7053SJung-uk Kim 
23e71b7053SJung-uk Kim /*
24e71b7053SJung-uk Kim  * COMP reason codes.
25e71b7053SJung-uk Kim  */
26e71b7053SJung-uk Kim #  define COMP_R_ZLIB_DEFLATE_ERROR                        99
27e71b7053SJung-uk Kim #  define COMP_R_ZLIB_INFLATE_ERROR                        100
28e71b7053SJung-uk Kim #  define COMP_R_ZLIB_NOT_SUPPORTED                        101
29e71b7053SJung-uk Kim 
30e71b7053SJung-uk Kim # endif
31e71b7053SJung-uk Kim #endif
32