]> git.ipfire.org Git - thirdparty/openssl.git/blame - include/openssl/conferr.h
Update copyright year
[thirdparty/openssl.git] / include / openssl / conferr.h
CommitLineData
52df25cf
RS
1/*
2 * Generated by util/mkerr.pl DO NOT EDIT
a28d06f3 3 * Copyright 1995-2021 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
cbfa5b03
RS
15# include <openssl/opensslconf.h>
16# include <openssl/symhacks.h>
14a6c6a4 17# include <openssl/cryptoerr_legacy.h>
cbfa5b03 18
2a6a5607 19
52df25cf 20
52df25cf
RS
21/*
22 * CONF reason codes.
23 */
24# define CONF_R_ERROR_LOADING_DSO 110
0255c174 25# define CONF_R_INVALID_PRAGMA 122
52df25cf 26# define CONF_R_LIST_CANNOT_BE_NULL 115
0255c174 27# define CONF_R_MANDATORY_BRACES_IN_VARIABLE_EXPANSION 123
52df25cf
RS
28# define CONF_R_MISSING_CLOSE_SQUARE_BRACKET 100
29# define CONF_R_MISSING_EQUAL_SIGN 101
30# define CONF_R_MISSING_INIT_FUNCTION 112
31# define CONF_R_MODULE_INITIALIZATION_ERROR 109
32# define CONF_R_NO_CLOSE_BRACE 102
33# define CONF_R_NO_CONF 105
34# define CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE 106
35# define CONF_R_NO_SECTION 107
36# define CONF_R_NO_SUCH_FILE 114
37# define CONF_R_NO_VALUE 108
c9ecb131 38# define CONF_R_NUMBER_TOO_LARGE 121
33b4f731 39# define CONF_R_OPENSSL_CONF_REFERENCES_MISSING_SECTION 124
b524b808 40# define CONF_R_RECURSIVE_DIRECTORY_INCLUDE 111
d8f031e8
MC
41# define CONF_R_SSL_COMMAND_SECTION_EMPTY 117
42# define CONF_R_SSL_COMMAND_SECTION_NOT_FOUND 118
43# define CONF_R_SSL_SECTION_EMPTY 119
44# define CONF_R_SSL_SECTION_NOT_FOUND 120
52df25cf
RS
45# define CONF_R_UNABLE_TO_CREATE_NEW_SECTION 103
46# define CONF_R_UNKNOWN_MODULE_NAME 113
47# define CONF_R_VARIABLE_EXPANSION_TOO_LONG 116
48# define CONF_R_VARIABLE_HAS_NO_VALUE 104
49
50#endif