1e1051a39Sopenharmony_ci/* 2e1051a39Sopenharmony_ci * Generated by util/mkerr.pl DO NOT EDIT 3e1051a39Sopenharmony_ci * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. 4e1051a39Sopenharmony_ci * 5e1051a39Sopenharmony_ci * Licensed under the Apache License 2.0 (the "License"). You may not use 6e1051a39Sopenharmony_ci * this file except in compliance with the License. You can obtain a copy 7e1051a39Sopenharmony_ci * in the file LICENSE in the source distribution or at 8e1051a39Sopenharmony_ci * https://www.openssl.org/source/license.html 9e1051a39Sopenharmony_ci */ 10e1051a39Sopenharmony_ci 11e1051a39Sopenharmony_ci#ifndef OPENSSL_CONFERR_H 12e1051a39Sopenharmony_ci# define OPENSSL_CONFERR_H 13e1051a39Sopenharmony_ci# pragma once 14e1051a39Sopenharmony_ci 15e1051a39Sopenharmony_ci# include <openssl/opensslconf.h> 16e1051a39Sopenharmony_ci# include <openssl/symhacks.h> 17e1051a39Sopenharmony_ci# include <openssl/cryptoerr_legacy.h> 18e1051a39Sopenharmony_ci 19e1051a39Sopenharmony_ci 20e1051a39Sopenharmony_ci 21e1051a39Sopenharmony_ci/* 22e1051a39Sopenharmony_ci * CONF reason codes. 23e1051a39Sopenharmony_ci */ 24e1051a39Sopenharmony_ci# define CONF_R_ERROR_LOADING_DSO 110 25e1051a39Sopenharmony_ci# define CONF_R_INVALID_PRAGMA 122 26e1051a39Sopenharmony_ci# define CONF_R_LIST_CANNOT_BE_NULL 115 27e1051a39Sopenharmony_ci# define CONF_R_MANDATORY_BRACES_IN_VARIABLE_EXPANSION 123 28e1051a39Sopenharmony_ci# define CONF_R_MISSING_CLOSE_SQUARE_BRACKET 100 29e1051a39Sopenharmony_ci# define CONF_R_MISSING_EQUAL_SIGN 101 30e1051a39Sopenharmony_ci# define CONF_R_MISSING_INIT_FUNCTION 112 31e1051a39Sopenharmony_ci# define CONF_R_MODULE_INITIALIZATION_ERROR 109 32e1051a39Sopenharmony_ci# define CONF_R_NO_CLOSE_BRACE 102 33e1051a39Sopenharmony_ci# define CONF_R_NO_CONF 105 34e1051a39Sopenharmony_ci# define CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE 106 35e1051a39Sopenharmony_ci# define CONF_R_NO_SECTION 107 36e1051a39Sopenharmony_ci# define CONF_R_NO_SUCH_FILE 114 37e1051a39Sopenharmony_ci# define CONF_R_NO_VALUE 108 38e1051a39Sopenharmony_ci# define CONF_R_NUMBER_TOO_LARGE 121 39e1051a39Sopenharmony_ci# define CONF_R_OPENSSL_CONF_REFERENCES_MISSING_SECTION 124 40e1051a39Sopenharmony_ci# define CONF_R_RECURSIVE_DIRECTORY_INCLUDE 111 41e1051a39Sopenharmony_ci# define CONF_R_RECURSIVE_SECTION_REFERENCE 126 42e1051a39Sopenharmony_ci# define CONF_R_RELATIVE_PATH 125 43e1051a39Sopenharmony_ci# define CONF_R_SSL_COMMAND_SECTION_EMPTY 117 44e1051a39Sopenharmony_ci# define CONF_R_SSL_COMMAND_SECTION_NOT_FOUND 118 45e1051a39Sopenharmony_ci# define CONF_R_SSL_SECTION_EMPTY 119 46e1051a39Sopenharmony_ci# define CONF_R_SSL_SECTION_NOT_FOUND 120 47e1051a39Sopenharmony_ci# define CONF_R_UNABLE_TO_CREATE_NEW_SECTION 103 48e1051a39Sopenharmony_ci# define CONF_R_UNKNOWN_MODULE_NAME 113 49e1051a39Sopenharmony_ci# define CONF_R_VARIABLE_EXPANSION_TOO_LONG 116 50e1051a39Sopenharmony_ci# define CONF_R_VARIABLE_HAS_NO_VALUE 104 51e1051a39Sopenharmony_ci 52e1051a39Sopenharmony_ci#endif 53