]> git.ipfire.org Git - thirdparty/openssl.git/blame - include/openssl/conferr.h
Guard DECLARE_DEPRECATED against multiple includes of opensslconf.h
[thirdparty/openssl.git] / include / openssl / conferr.h
CommitLineData
52df25cf
RS
1/*
2 * Generated by util/mkerr.pl DO NOT EDIT
a699b8e4 3 * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
52df25cf
RS
4 *
5 * Licensed under the OpenSSL license (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 HEADER_CONFERR_H
12# define HEADER_CONFERR_H
13
14# ifdef __cplusplus
a699b8e4 15extern "C"
52df25cf
RS
16# endif
17int ERR_load_CONF_strings(void);
52df25cf
RS
18
19/*
20 * CONF function codes.
21 */
22# define CONF_F_CONF_DUMP_FP 104
23# define CONF_F_CONF_LOAD 100
24# define CONF_F_CONF_LOAD_FP 103
25# define CONF_F_CONF_PARSE_LIST 119
26# define CONF_F_DEF_LOAD 120
27# define CONF_F_DEF_LOAD_BIO 121
b524b808 28# define CONF_F_GET_NEXT_FILE 107
cdb10bae 29# define CONF_F_MODULE_ADD 122
52df25cf
RS
30# define CONF_F_MODULE_INIT 115
31# define CONF_F_MODULE_LOAD_DSO 117
32# define CONF_F_MODULE_RUN 118
33# define CONF_F_NCONF_DUMP_BIO 105
34# define CONF_F_NCONF_DUMP_FP 106
35# define CONF_F_NCONF_GET_NUMBER_E 112
36# define CONF_F_NCONF_GET_SECTION 108
37# define CONF_F_NCONF_GET_STRING 109
38# define CONF_F_NCONF_LOAD 113
39# define CONF_F_NCONF_LOAD_BIO 110
40# define CONF_F_NCONF_LOAD_FP 114
41# define CONF_F_NCONF_NEW 111
b524b808 42# define CONF_F_PROCESS_INCLUDE 116
7de2b9c4 43# define CONF_F_SSL_MODULE_INIT 123
52df25cf
RS
44# define CONF_F_STR_COPY 101
45
46/*
47 * CONF reason codes.
48 */
49# define CONF_R_ERROR_LOADING_DSO 110
50# define CONF_R_LIST_CANNOT_BE_NULL 115
51# define CONF_R_MISSING_CLOSE_SQUARE_BRACKET 100
52# define CONF_R_MISSING_EQUAL_SIGN 101
53# define CONF_R_MISSING_INIT_FUNCTION 112
54# define CONF_R_MODULE_INITIALIZATION_ERROR 109
55# define CONF_R_NO_CLOSE_BRACE 102
56# define CONF_R_NO_CONF 105
57# define CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE 106
58# define CONF_R_NO_SECTION 107
59# define CONF_R_NO_SUCH_FILE 114
60# define CONF_R_NO_VALUE 108
b524b808 61# define CONF_R_RECURSIVE_DIRECTORY_INCLUDE 111
d8f031e8
MC
62# define CONF_R_SSL_COMMAND_SECTION_EMPTY 117
63# define CONF_R_SSL_COMMAND_SECTION_NOT_FOUND 118
64# define CONF_R_SSL_SECTION_EMPTY 119
65# define CONF_R_SSL_SECTION_NOT_FOUND 120
52df25cf
RS
66# define CONF_R_UNABLE_TO_CREATE_NEW_SECTION 103
67# define CONF_R_UNKNOWN_MODULE_NAME 113
68# define CONF_R_VARIABLE_EXPANSION_TOO_LONG 116
69# define CONF_R_VARIABLE_HAS_NO_VALUE 104
70
71#endif