jpayne@69: /* jpayne@69: * Generated by util/mkerr.pl DO NOT EDIT jpayne@69: * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved. jpayne@69: * jpayne@69: * Licensed under the OpenSSL license (the "License"). You may not use jpayne@69: * this file except in compliance with the License. You can obtain a copy jpayne@69: * in the file LICENSE in the source distribution or at jpayne@69: * https://www.openssl.org/source/license.html jpayne@69: */ jpayne@69: jpayne@69: #ifndef HEADER_COMPERR_H jpayne@69: # define HEADER_COMPERR_H jpayne@69: jpayne@69: # ifndef HEADER_SYMHACKS_H jpayne@69: # include jpayne@69: # endif jpayne@69: jpayne@69: # include jpayne@69: jpayne@69: # ifndef OPENSSL_NO_COMP jpayne@69: jpayne@69: # ifdef __cplusplus jpayne@69: extern "C" jpayne@69: # endif jpayne@69: int ERR_load_COMP_strings(void); jpayne@69: jpayne@69: /* jpayne@69: * COMP function codes. jpayne@69: */ jpayne@69: # define COMP_F_BIO_ZLIB_FLUSH 99 jpayne@69: # define COMP_F_BIO_ZLIB_NEW 100 jpayne@69: # define COMP_F_BIO_ZLIB_READ 101 jpayne@69: # define COMP_F_BIO_ZLIB_WRITE 102 jpayne@69: # define COMP_F_COMP_CTX_NEW 103 jpayne@69: jpayne@69: /* jpayne@69: * COMP reason codes. jpayne@69: */ jpayne@69: # define COMP_R_ZLIB_DEFLATE_ERROR 99 jpayne@69: # define COMP_R_ZLIB_INFLATE_ERROR 100 jpayne@69: # define COMP_R_ZLIB_NOT_SUPPORTED 101 jpayne@69: jpayne@69: # endif jpayne@69: #endif