/src/openssl/include/openssl/conferr.h
Line | Count | Source (jump to first uncovered line) |
1 | | /* |
2 | | * Generated by util/mkerr.pl DO NOT EDIT |
3 | | * Copyright 1995-2019 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/macros.h> |
16 | | # ifndef OPENSSL_NO_DEPRECATED_3_0 |
17 | | # define HEADER_CONFERR_H |
18 | | # endif |
19 | | |
20 | | # include <openssl/opensslconf.h> |
21 | | # include <openssl/symhacks.h> |
22 | | |
23 | | |
24 | | # ifdef __cplusplus |
25 | | extern "C" |
26 | | # endif |
27 | | int ERR_load_CONF_strings(void); |
28 | | |
29 | | /* |
30 | | * CONF function codes. |
31 | | */ |
32 | | # ifndef OPENSSL_NO_DEPRECATED_3_0 |
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 |
57 | | |
58 | | /* |
59 | | * CONF reason codes. |
60 | | */ |
61 | 0 | # define CONF_R_ERROR_LOADING_DSO 110 |
62 | | # define CONF_R_INVALID_PRAGMA 122 |
63 | | # define CONF_R_LIST_CANNOT_BE_NULL 115 |
64 | | # define CONF_R_MANDATORY_BRACES_IN_VARIABLE_EXPANSION 123 |
65 | | # define CONF_R_MISSING_CLOSE_SQUARE_BRACKET 100 |
66 | | # define CONF_R_MISSING_EQUAL_SIGN 101 |
67 | 0 | # 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 | 1.31k | # define CONF_R_NO_SUCH_FILE 114 |
74 | | # define CONF_R_NO_VALUE 108 |
75 | | # define CONF_R_NUMBER_TOO_LARGE 121 |
76 | | # define CONF_R_RECURSIVE_DIRECTORY_INCLUDE 111 |
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 |
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 |