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_BUFERR_H jpayne@69: # define HEADER_BUFERR_H jpayne@69: jpayne@69: # ifndef HEADER_SYMHACKS_H jpayne@69: # include jpayne@69: # endif jpayne@69: jpayne@69: # ifdef __cplusplus jpayne@69: extern "C" jpayne@69: # endif jpayne@69: int ERR_load_BUF_strings(void); jpayne@69: jpayne@69: /* jpayne@69: * BUF function codes. jpayne@69: */ jpayne@69: # define BUF_F_BUF_MEM_GROW 100 jpayne@69: # define BUF_F_BUF_MEM_GROW_CLEAN 105 jpayne@69: # define BUF_F_BUF_MEM_NEW 101 jpayne@69: jpayne@69: /* jpayne@69: * BUF reason codes. jpayne@69: */ jpayne@69: jpayne@69: #endif