]> git.ipfire.org Git - thirdparty/openssl.git/blame - include/openssl/conferr.h
Regenerate mkerr files
[thirdparty/openssl.git] / include / openssl / conferr.h
CommitLineData
52df25cf
RS
1/*
2 * Generated by util/mkerr.pl DO NOT EDIT
2a6a5607 3 * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
52df25cf 4 *
48f4ad77 5 * Licensed under the Apache License 2.0 (the "License"). You may not use
52df25cf
RS
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 HEADER_CONFERR_H
12# define HEADER_CONFERR_H
13
cbfa5b03
RS
14# include <openssl/opensslconf.h>
15# include <openssl/symhacks.h>
16
2a6a5607 17
52df25cf 18# ifdef __cplusplus
a699b8e4 19extern "C"
52df25cf
RS
20# endif
21int ERR_load_CONF_strings(void);
52df25cf
RS
22
23/*
24 * CONF function codes.
25 */
cbfa5b03
RS
26# if !OPENSSL_API_3
27# define CONF_F_CONF_DUMP_FP 0
28# define CONF_F_CONF_LOAD 0
29# define CONF_F_CONF_LOAD_FP 0
30# define CONF_F_CONF_PARSE_LIST 0
31# define CONF_F_DEF_LOAD 0
32# define CONF_F_DEF_LOAD_BIO 0
33# define CONF_F_GET_NEXT_FILE 0
34# define CONF_F_MODULE_ADD 0
35# define CONF_F_MODULE_INIT 0
36# define CONF_F_MODULE_LOAD_DSO 0
37# define CONF_F_MODULE_RUN 0
38# define CONF_F_NCONF_DUMP_BIO 0
39# define CONF_F_NCONF_DUMP_FP 0
40# define CONF_F_NCONF_GET_NUMBER_E 0
41# define CONF_F_NCONF_GET_SECTION 0
42# define CONF_F_NCONF_GET_STRING 0
43# define CONF_F_NCONF_LOAD 0
44# define CONF_F_NCONF_LOAD_BIO 0
45# define CONF_F_NCONF_LOAD_FP 0
46# define CONF_F_NCONF_NEW 0
47# define CONF_F_PROCESS_INCLUDE 0
48# define CONF_F_SSL_MODULE_INIT 0
49# define CONF_F_STR_COPY 0
50# endif
52df25cf
RS
51
52/*
53 * CONF reason codes.
54 */
55# define CONF_R_ERROR_LOADING_DSO 110
56# define CONF_R_LIST_CANNOT_BE_NULL 115
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
c9ecb131 67# define CONF_R_NUMBER_TOO_LARGE 121
b524b808 68# define CONF_R_RECURSIVE_DIRECTORY_INCLUDE 111
d8f031e8
MC
69# define CONF_R_SSL_COMMAND_SECTION_EMPTY 117
70# define CONF_R_SSL_COMMAND_SECTION_NOT_FOUND 118
71# define CONF_R_SSL_SECTION_EMPTY 119
72# define CONF_R_SSL_SECTION_NOT_FOUND 120
52df25cf
RS
73# define CONF_R_UNABLE_TO_CREATE_NEW_SECTION 103
74# define CONF_R_UNKNOWN_MODULE_NAME 113
75# define CONF_R_VARIABLE_EXPANSION_TOO_LONG 116
76# define CONF_R_VARIABLE_HAS_NO_VALUE 104
77
78#endif