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_OBJERR_H jpayne@69: # define HEADER_OBJERR_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_OBJ_strings(void); jpayne@69: jpayne@69: /* jpayne@69: * OBJ function codes. jpayne@69: */ jpayne@69: # define OBJ_F_OBJ_ADD_OBJECT 105 jpayne@69: # define OBJ_F_OBJ_ADD_SIGID 107 jpayne@69: # define OBJ_F_OBJ_CREATE 100 jpayne@69: # define OBJ_F_OBJ_DUP 101 jpayne@69: # define OBJ_F_OBJ_NAME_NEW_INDEX 106 jpayne@69: # define OBJ_F_OBJ_NID2LN 102 jpayne@69: # define OBJ_F_OBJ_NID2OBJ 103 jpayne@69: # define OBJ_F_OBJ_NID2SN 104 jpayne@69: # define OBJ_F_OBJ_TXT2OBJ 108 jpayne@69: jpayne@69: /* jpayne@69: * OBJ reason codes. jpayne@69: */ jpayne@69: # define OBJ_R_OID_EXISTS 102 jpayne@69: # define OBJ_R_UNKNOWN_NID 101 jpayne@69: jpayne@69: #endif