summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/conf/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/conf/conf.h')
-rw-r--r--src/lib/libcrypto/conf/conf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/conf/conf.h b/src/lib/libcrypto/conf/conf.h
index f4671442ab..8aa06bc5ec 100644
--- a/src/lib/libcrypto/conf/conf.h
+++ b/src/lib/libcrypto/conf/conf.h
@@ -65,6 +65,8 @@
65#include <openssl/safestack.h> 65#include <openssl/safestack.h>
66#include <openssl/e_os2.h> 66#include <openssl/e_os2.h>
67 67
68#include <openssl/ossl_typ.h>
69
68#ifdef __cplusplus 70#ifdef __cplusplus
69extern "C" { 71extern "C" {
70#endif 72#endif
@@ -81,7 +83,6 @@ DECLARE_STACK_OF(CONF_MODULE)
81DECLARE_STACK_OF(CONF_IMODULE) 83DECLARE_STACK_OF(CONF_IMODULE)
82 84
83struct conf_st; 85struct conf_st;
84typedef struct conf_st CONF;
85struct conf_method_st; 86struct conf_method_st;
86typedef struct conf_method_st CONF_METHOD; 87typedef struct conf_method_st CONF_METHOD;
87 88
@@ -113,6 +114,7 @@ typedef void conf_finish_func(CONF_IMODULE *md);
113#define CONF_MFLAGS_SILENT 0x4 114#define CONF_MFLAGS_SILENT 0x4
114#define CONF_MFLAGS_NO_DSO 0x8 115#define CONF_MFLAGS_NO_DSO 0x8
115#define CONF_MFLAGS_IGNORE_MISSING_FILE 0x10 116#define CONF_MFLAGS_IGNORE_MISSING_FILE 0x10
117#define CONF_MFLAGS_DEFAULT_SECTION 0x20
116 118
117int CONF_set_default_method(CONF_METHOD *meth); 119int CONF_set_default_method(CONF_METHOD *meth);
118void CONF_set_nconf(CONF *conf,LHASH *hash); 120void CONF_set_nconf(CONF *conf,LHASH *hash);
@@ -212,6 +214,8 @@ void ERR_load_CONF_strings(void);
212#define CONF_F_CONF_LOAD_BIO 102 214#define CONF_F_CONF_LOAD_BIO 102
213#define CONF_F_CONF_LOAD_FP 103 215#define CONF_F_CONF_LOAD_FP 103
214#define CONF_F_CONF_MODULES_LOAD 116 216#define CONF_F_CONF_MODULES_LOAD 116
217#define CONF_F_DEF_LOAD 120
218#define CONF_F_DEF_LOAD_BIO 121
215#define CONF_F_MODULE_INIT 115 219#define CONF_F_MODULE_INIT 115
216#define CONF_F_MODULE_LOAD_DSO 117 220#define CONF_F_MODULE_LOAD_DSO 117
217#define CONF_F_MODULE_RUN 118 221#define CONF_F_MODULE_RUN 118