ERR: Rebuild all generated error headers and source files
[openssl.git] / include / openssl / conferr.h
1 /*
2  * Generated by util/mkerr.pl DO NOT EDIT
3  * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
4  *
5  * Licensed under the Apache License 2.0 (the "License").  You may not use
6  * this file except in compliance with the License.  You can obtain a copy
7  * in the file LICENSE in the source distribution or at
8  * https://www.openssl.org/source/license.html
9  */
10
11 #ifndef OPENSSL_CONFERR_H
12 # define OPENSSL_CONFERR_H
13 # pragma once
14
15 # include <openssl/opensslconf.h>
16 # include <openssl/symhacks.h>
17 # include <openssl/cryptoerr_legacy.h>
18
19
20
21 /*
22  * CONF function codes.
23  */
24 # ifndef OPENSSL_NO_DEPRECATED_3_0
25 #  define CONF_F_CONF_DUMP_FP                              0
26 #  define CONF_F_CONF_LOAD                                 0
27 #  define CONF_F_CONF_LOAD_FP                              0
28 #  define CONF_F_CONF_PARSE_LIST                           0
29 #  define CONF_F_DEF_LOAD                                  0
30 #  define CONF_F_DEF_LOAD_BIO                              0
31 #  define CONF_F_GET_NEXT_FILE                             0
32 #  define CONF_F_MODULE_ADD                                0
33 #  define CONF_F_MODULE_INIT                               0
34 #  define CONF_F_MODULE_LOAD_DSO                           0
35 #  define CONF_F_MODULE_RUN                                0
36 #  define CONF_F_NCONF_DUMP_BIO                            0
37 #  define CONF_F_NCONF_DUMP_FP                             0
38 #  define CONF_F_NCONF_GET_NUMBER_E                        0
39 #  define CONF_F_NCONF_GET_SECTION                         0
40 #  define CONF_F_NCONF_GET_STRING                          0
41 #  define CONF_F_NCONF_LOAD                                0
42 #  define CONF_F_NCONF_LOAD_BIO                            0
43 #  define CONF_F_NCONF_LOAD_FP                             0
44 #  define CONF_F_NCONF_NEW                                 0
45 #  define CONF_F_PROCESS_INCLUDE                           0
46 #  define CONF_F_SSL_MODULE_INIT                           0
47 #  define CONF_F_STR_COPY                                  0
48 # endif
49
50 /*
51  * CONF reason codes.
52  */
53 # define CONF_R_ERROR_LOADING_DSO                         110
54 # define CONF_R_INVALID_PRAGMA                            122
55 # define CONF_R_LIST_CANNOT_BE_NULL                       115
56 # define CONF_R_MANDATORY_BRACES_IN_VARIABLE_EXPANSION    123
57 # define CONF_R_MISSING_CLOSE_SQUARE_BRACKET              100
58 # define CONF_R_MISSING_EQUAL_SIGN                        101
59 # define CONF_R_MISSING_INIT_FUNCTION                     112
60 # define CONF_R_MODULE_INITIALIZATION_ERROR               109
61 # define CONF_R_NO_CLOSE_BRACE                            102
62 # define CONF_R_NO_CONF                                   105
63 # define CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE           106
64 # define CONF_R_NO_SECTION                                107
65 # define CONF_R_NO_SUCH_FILE                              114
66 # define CONF_R_NO_VALUE                                  108
67 # define CONF_R_NUMBER_TOO_LARGE                          121
68 # define CONF_R_OPENSSL_CONF_REFERENCES_MISSING_SECTION   124
69 # define CONF_R_RECURSIVE_DIRECTORY_INCLUDE               111
70 # define CONF_R_SSL_COMMAND_SECTION_EMPTY                 117
71 # define CONF_R_SSL_COMMAND_SECTION_NOT_FOUND             118
72 # define CONF_R_SSL_SECTION_EMPTY                         119
73 # define CONF_R_SSL_SECTION_NOT_FOUND                     120
74 # define CONF_R_UNABLE_TO_CREATE_NEW_SECTION              103
75 # define CONF_R_UNKNOWN_MODULE_NAME                       113
76 # define CONF_R_VARIABLE_EXPANSION_TOO_LONG               116
77 # define CONF_R_VARIABLE_HAS_NO_VALUE                     104
78
79 #endif