]> git.ipfire.org Git - thirdparty/openssl.git/blame - include/openssl/conferr.h
DH: add CHANGES entry listing the deprecated DH functions.
[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
ae4186b0
DMSP
11#ifndef OPENSSL_CONFERR_H
12# define OPENSSL_CONFERR_H
d86167ec
DMSP
13# pragma once
14
15# include <openssl/macros.h>
936c2b9e 16# ifndef OPENSSL_NO_DEPRECATED_3_0
d86167ec
DMSP
17# define HEADER_CONFERR_H
18# endif
52df25cf 19
cbfa5b03
RS
20# include <openssl/opensslconf.h>
21# include <openssl/symhacks.h>
22
2a6a5607 23
52df25cf 24# ifdef __cplusplus
a699b8e4 25extern "C"
52df25cf
RS
26# endif
27int ERR_load_CONF_strings(void);
52df25cf
RS
28
29/*
30 * CONF function codes.
31 */
936c2b9e 32# ifndef OPENSSL_NO_DEPRECATED_3_0
cbfa5b03
RS
33# define CONF_F_CONF_DUMP_FP 0
34# define CONF_F_CONF_LOAD 0
35# define CONF_F_CONF_LOAD_FP 0
36# define CONF_F_CONF_PARSE_LIST 0
37# define CONF_F_DEF_LOAD 0
38# define CONF_F_DEF_LOAD_BIO 0
39# define CONF_F_GET_NEXT_FILE 0
40# define CONF_F_MODULE_ADD 0
41# define CONF_F_MODULE_INIT 0
42# define CONF_F_MODULE_LOAD_DSO 0
43# define CONF_F_MODULE_RUN 0
44# define CONF_F_NCONF_DUMP_BIO 0
45# define CONF_F_NCONF_DUMP_FP 0
46# define CONF_F_NCONF_GET_NUMBER_E 0
47# define CONF_F_NCONF_GET_SECTION 0
48# define CONF_F_NCONF_GET_STRING 0
49# define CONF_F_NCONF_LOAD 0
50# define CONF_F_NCONF_LOAD_BIO 0
51# define CONF_F_NCONF_LOAD_FP 0
52# define CONF_F_NCONF_NEW 0
53# define CONF_F_PROCESS_INCLUDE 0
54# define CONF_F_SSL_MODULE_INIT 0
55# define CONF_F_STR_COPY 0
56# endif
52df25cf
RS
57
58/*
59 * CONF reason codes.
60 */
61# define CONF_R_ERROR_LOADING_DSO 110
0255c174 62# define CONF_R_INVALID_PRAGMA 122
52df25cf 63# define CONF_R_LIST_CANNOT_BE_NULL 115
0255c174 64# define CONF_R_MANDATORY_BRACES_IN_VARIABLE_EXPANSION 123
52df25cf
RS
65# define CONF_R_MISSING_CLOSE_SQUARE_BRACKET 100
66# define CONF_R_MISSING_EQUAL_SIGN 101
67# define CONF_R_MISSING_INIT_FUNCTION 112
68# define CONF_R_MODULE_INITIALIZATION_ERROR 109
69# define CONF_R_NO_CLOSE_BRACE 102
70# define CONF_R_NO_CONF 105
71# define CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE 106
72# define CONF_R_NO_SECTION 107
73# define CONF_R_NO_SUCH_FILE 114
74# define CONF_R_NO_VALUE 108
c9ecb131 75# define CONF_R_NUMBER_TOO_LARGE 121
b524b808 76# define CONF_R_RECURSIVE_DIRECTORY_INCLUDE 111
d8f031e8
MC
77# define CONF_R_SSL_COMMAND_SECTION_EMPTY 117
78# define CONF_R_SSL_COMMAND_SECTION_NOT_FOUND 118
79# define CONF_R_SSL_SECTION_EMPTY 119
80# define CONF_R_SSL_SECTION_NOT_FOUND 120
52df25cf
RS
81# define CONF_R_UNABLE_TO_CREATE_NEW_SECTION 103
82# define CONF_R_UNKNOWN_MODULE_NAME 113
83# define CONF_R_VARIABLE_EXPANSION_TOO_LONG 116
84# define CONF_R_VARIABLE_HAS_NO_VALUE 104
85
86#endif