]> git.ipfire.org Git - thirdparty/openssl.git/blob - include/openssl/conferr.h
80bf53f3653f713921b35c8022f20b41ca07b10f
[thirdparty/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
18
19 # ifdef __cplusplus
20 extern "C"
21 # endif
22 int ERR_load_CONF_strings(void);
23
24 /*
25 * CONF function codes.
26 */
27 # ifndef OPENSSL_NO_DEPRECATED_3_0
28 # define CONF_F_CONF_DUMP_FP 0
29 # define CONF_F_CONF_LOAD 0
30 # define CONF_F_CONF_LOAD_FP 0
31 # define CONF_F_CONF_PARSE_LIST 0
32 # define CONF_F_DEF_LOAD 0
33 # define CONF_F_DEF_LOAD_BIO 0
34 # define CONF_F_GET_NEXT_FILE 0
35 # define CONF_F_MODULE_ADD 0
36 # define CONF_F_MODULE_INIT 0
37 # define CONF_F_MODULE_LOAD_DSO 0
38 # define CONF_F_MODULE_RUN 0
39 # define CONF_F_NCONF_DUMP_BIO 0
40 # define CONF_F_NCONF_DUMP_FP 0
41 # define CONF_F_NCONF_GET_NUMBER_E 0
42 # define CONF_F_NCONF_GET_SECTION 0
43 # define CONF_F_NCONF_GET_STRING 0
44 # define CONF_F_NCONF_LOAD 0
45 # define CONF_F_NCONF_LOAD_BIO 0
46 # define CONF_F_NCONF_LOAD_FP 0
47 # define CONF_F_NCONF_NEW 0
48 # define CONF_F_PROCESS_INCLUDE 0
49 # define CONF_F_SSL_MODULE_INIT 0
50 # define CONF_F_STR_COPY 0
51 # endif
52
53 /*
54 * CONF reason codes.
55 */
56 # define CONF_R_ERROR_LOADING_DSO 110
57 # define CONF_R_INVALID_PRAGMA 122
58 # define CONF_R_LIST_CANNOT_BE_NULL 115
59 # define CONF_R_MANDATORY_BRACES_IN_VARIABLE_EXPANSION 123
60 # define CONF_R_MISSING_CLOSE_SQUARE_BRACKET 100
61 # define CONF_R_MISSING_EQUAL_SIGN 101
62 # define CONF_R_MISSING_INIT_FUNCTION 112
63 # define CONF_R_MODULE_INITIALIZATION_ERROR 109
64 # define CONF_R_NO_CLOSE_BRACE 102
65 # define CONF_R_NO_CONF 105
66 # define CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE 106
67 # define CONF_R_NO_SECTION 107
68 # define CONF_R_NO_SUCH_FILE 114
69 # define CONF_R_NO_VALUE 108
70 # define CONF_R_NUMBER_TOO_LARGE 121
71 # define CONF_R_OPENSSL_CONF_REFERENCES_MISSING_SECTION 124
72 # define CONF_R_RECURSIVE_DIRECTORY_INCLUDE 111
73 # define CONF_R_SSL_COMMAND_SECTION_EMPTY 117
74 # define CONF_R_SSL_COMMAND_SECTION_NOT_FOUND 118
75 # define CONF_R_SSL_SECTION_EMPTY 119
76 # define CONF_R_SSL_SECTION_NOT_FOUND 120
77 # define CONF_R_UNABLE_TO_CREATE_NEW_SECTION 103
78 # define CONF_R_UNKNOWN_MODULE_NAME 113
79 # define CONF_R_VARIABLE_EXPANSION_TOO_LONG 116
80 # define CONF_R_VARIABLE_HAS_NO_VALUE 104
81
82 #endif