]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/conf/conf_err.c
Regenerate mkerr files
[thirdparty/openssl.git] / crypto / conf / conf_err.c
CommitLineData
b6cff313 1/*
0cd0a820 2 * Generated by util/mkerr.pl DO NOT EDIT
cbfa5b03 3 * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
6d311938 4 *
2044d382 5 * Licensed under the Apache License 2.0 (the "License"). You may not use
b6cff313
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
d02b48c6 9 */
6d311938 10
ec577822 11#include <openssl/err.h>
52df25cf 12#include <openssl/conferr.h>
d02b48c6 13
cf1b7d96 14#ifndef OPENSSL_NO_ERR
29dc3508 15
52df25cf
RS
16static const ERR_STRING_DATA CONF_str_reasons[] = {
17 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_ERROR_LOADING_DSO), "error loading dso"},
18 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_LIST_CANNOT_BE_NULL),
19 "list cannot be null"},
20 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_MISSING_CLOSE_SQUARE_BRACKET),
21 "missing close square bracket"},
22 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_MISSING_EQUAL_SIGN),
23 "missing equal sign"},
24 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_MISSING_INIT_FUNCTION),
25 "missing init function"},
26 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_MODULE_INITIALIZATION_ERROR),
27 "module initialization error"},
28 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_NO_CLOSE_BRACE), "no close brace"},
29 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_NO_CONF), "no conf"},
30 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE),
31 "no conf or environment variable"},
32 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_NO_SECTION), "no section"},
33 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_NO_SUCH_FILE), "no such file"},
34 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_NO_VALUE), "no value"},
c9ecb131 35 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_NUMBER_TOO_LARGE), "number too large"},
b524b808
TM
36 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_RECURSIVE_DIRECTORY_INCLUDE),
37 "recursive directory include"},
d8f031e8
MC
38 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_SSL_COMMAND_SECTION_EMPTY),
39 "ssl command section empty"},
40 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_SSL_COMMAND_SECTION_NOT_FOUND),
41 "ssl command section not found"},
42 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_SSL_SECTION_EMPTY), "ssl section empty"},
43 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_SSL_SECTION_NOT_FOUND),
44 "ssl section not found"},
52df25cf
RS
45 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_UNABLE_TO_CREATE_NEW_SECTION),
46 "unable to create new section"},
47 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_UNKNOWN_MODULE_NAME),
48 "unknown module name"},
49 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_VARIABLE_EXPANSION_TOO_LONG),
50 "variable expansion too long"},
51 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_VARIABLE_HAS_NO_VALUE),
52 "variable has no value"},
0f113f3e
MC
53 {0, NULL}
54};
d02b48c6 55
58964a49
RE
56#endif
57
69588edb 58int ERR_load_CONF_strings(void)
0f113f3e 59{
47a9d527 60#ifndef OPENSSL_NO_ERR
cbfa5b03 61 if (ERR_func_error_string(CONF_str_reasons[0].error) == NULL)
52df25cf 62 ERR_load_strings_const(CONF_str_reasons);
47a9d527 63#endif
69588edb 64 return 1;
0f113f3e 65}