Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-07-24 09:18:24

0001 /*
0002  * Generated by util/mkerr.pl DO NOT EDIT
0003  * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
0004  *
0005  * Licensed under the Apache License 2.0 (the "License").  You may not use
0006  * this file except in compliance with the License.  You can obtain a copy
0007  * in the file LICENSE in the source distribution or at
0008  * https://www.openssl.org/source/license.html
0009  */
0010 
0011 #ifndef OPENSSL_COMPERR_H
0012 #define OPENSSL_COMPERR_H
0013 #pragma once
0014 
0015 #include <openssl/opensslconf.h>
0016 #include <openssl/symhacks.h>
0017 #include <openssl/cryptoerr_legacy.h>
0018 
0019 #ifndef OPENSSL_NO_COMP
0020 
0021 /*
0022  * COMP reason codes.
0023  */
0024 #define COMP_R_BROTLI_DECODE_ERROR 102
0025 #define COMP_R_BROTLI_ENCODE_ERROR 103
0026 #define COMP_R_BROTLI_NOT_SUPPORTED 104
0027 #define COMP_R_ZLIB_DEFLATE_ERROR 99
0028 #define COMP_R_ZLIB_INFLATE_ERROR 100
0029 #define COMP_R_ZLIB_NOT_SUPPORTED 101
0030 #define COMP_R_ZSTD_COMPRESS_ERROR 105
0031 #define COMP_R_ZSTD_DECODE_ERROR 106
0032 #define COMP_R_ZSTD_DECOMPRESS_ERROR 107
0033 #define COMP_R_ZSTD_NOT_SUPPORTED 108
0034 
0035 #endif
0036 #endif