xref: /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/conferr.h (revision 0e2e28bced52bda3788c857106bde6c44d2df3b8)
113d40330Schristos /*
213d40330Schristos  * Generated by util/mkerr.pl DO NOT EDIT
3b0d17251Schristos  * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
413d40330Schristos  *
5b0d17251Schristos  * Licensed under the Apache License 2.0 (the "License").  You may not use
613d40330Schristos  * this file except in compliance with the License.  You can obtain a copy
713d40330Schristos  * in the file LICENSE in the source distribution or at
813d40330Schristos  * https://www.openssl.org/source/license.html
913d40330Schristos  */
1013d40330Schristos 
11b0d17251Schristos #ifndef OPENSSL_CONFERR_H
12b0d17251Schristos # define OPENSSL_CONFERR_H
13b0d17251Schristos # pragma once
1413d40330Schristos 
15b0d17251Schristos # include <openssl/opensslconf.h>
164ce06407Schristos # include <openssl/symhacks.h>
17b0d17251Schristos # include <openssl/cryptoerr_legacy.h>
184ce06407Schristos 
1913d40330Schristos 
2013d40330Schristos 
2113d40330Schristos /*
2213d40330Schristos  * CONF reason codes.
2313d40330Schristos  */
2413d40330Schristos # define CONF_R_ERROR_LOADING_DSO                         110
25b0d17251Schristos # define CONF_R_INVALID_PRAGMA                            122
2613d40330Schristos # define CONF_R_LIST_CANNOT_BE_NULL                       115
27b0d17251Schristos # define CONF_R_MANDATORY_BRACES_IN_VARIABLE_EXPANSION    123
2813d40330Schristos # define CONF_R_MISSING_CLOSE_SQUARE_BRACKET              100
2913d40330Schristos # define CONF_R_MISSING_EQUAL_SIGN                        101
3013d40330Schristos # define CONF_R_MISSING_INIT_FUNCTION                     112
3113d40330Schristos # define CONF_R_MODULE_INITIALIZATION_ERROR               109
3213d40330Schristos # define CONF_R_NO_CLOSE_BRACE                            102
3313d40330Schristos # define CONF_R_NO_CONF                                   105
3413d40330Schristos # define CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE           106
3513d40330Schristos # define CONF_R_NO_SECTION                                107
3613d40330Schristos # define CONF_R_NO_SUCH_FILE                              114
3713d40330Schristos # define CONF_R_NO_VALUE                                  108
3813d40330Schristos # define CONF_R_NUMBER_TOO_LARGE                          121
39b0d17251Schristos # define CONF_R_OPENSSL_CONF_REFERENCES_MISSING_SECTION   124
4013d40330Schristos # define CONF_R_RECURSIVE_DIRECTORY_INCLUDE               111
41*0e2e28bcSchristos # define CONF_R_RECURSIVE_SECTION_REFERENCE               126
42b0d17251Schristos # define CONF_R_RELATIVE_PATH                             125
4313d40330Schristos # define CONF_R_SSL_COMMAND_SECTION_EMPTY                 117
4413d40330Schristos # define CONF_R_SSL_COMMAND_SECTION_NOT_FOUND             118
4513d40330Schristos # define CONF_R_SSL_SECTION_EMPTY                         119
4613d40330Schristos # define CONF_R_SSL_SECTION_NOT_FOUND                     120
4713d40330Schristos # define CONF_R_UNABLE_TO_CREATE_NEW_SECTION              103
4813d40330Schristos # define CONF_R_UNKNOWN_MODULE_NAME                       113
4913d40330Schristos # define CONF_R_VARIABLE_EXPANSION_TOO_LONG               116
5013d40330Schristos # define CONF_R_VARIABLE_HAS_NO_VALUE                     104
5113d40330Schristos 
5213d40330Schristos #endif
53