Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:05:40

0001 /*
0002  * Generated by util/mkerr.pl DO NOT EDIT
0003  * Copyright 1995-2023 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_CONFERR_H
0012 # define OPENSSL_CONFERR_H
0013 # pragma once
0014 
0015 # include <openssl/opensslconf.h>
0016 # include <openssl/symhacks.h>
0017 # include <openssl/cryptoerr_legacy.h>
0018 
0019 
0020 
0021 /*
0022  * CONF reason codes.
0023  */
0024 # define CONF_R_ERROR_LOADING_DSO                         110
0025 # define CONF_R_INVALID_PRAGMA                            122
0026 # define CONF_R_LIST_CANNOT_BE_NULL                       115
0027 # define CONF_R_MANDATORY_BRACES_IN_VARIABLE_EXPANSION    123
0028 # define CONF_R_MISSING_CLOSE_SQUARE_BRACKET              100
0029 # define CONF_R_MISSING_EQUAL_SIGN                        101
0030 # define CONF_R_MISSING_INIT_FUNCTION                     112
0031 # define CONF_R_MODULE_INITIALIZATION_ERROR               109
0032 # define CONF_R_NO_CLOSE_BRACE                            102
0033 # define CONF_R_NO_CONF                                   105
0034 # define CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE           106
0035 # define CONF_R_NO_SECTION                                107
0036 # define CONF_R_NO_SUCH_FILE                              114
0037 # define CONF_R_NO_VALUE                                  108
0038 # define CONF_R_NUMBER_TOO_LARGE                          121
0039 # define CONF_R_OPENSSL_CONF_REFERENCES_MISSING_SECTION   124
0040 # define CONF_R_RECURSIVE_DIRECTORY_INCLUDE               111
0041 # define CONF_R_RECURSIVE_SECTION_REFERENCE               126
0042 # define CONF_R_RELATIVE_PATH                             125
0043 # define CONF_R_SSL_COMMAND_SECTION_EMPTY                 117
0044 # define CONF_R_SSL_COMMAND_SECTION_NOT_FOUND             118
0045 # define CONF_R_SSL_SECTION_EMPTY                         119
0046 # define CONF_R_SSL_SECTION_NOT_FOUND                     120
0047 # define CONF_R_UNABLE_TO_CREATE_NEW_SECTION              103
0048 # define CONF_R_UNKNOWN_MODULE_NAME                       113
0049 # define CONF_R_VARIABLE_EXPANSION_TOO_LONG               116
0050 # define CONF_R_VARIABLE_HAS_NO_VALUE                     104
0051 
0052 #endif