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.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/lib/libcrypto/conf/conf.h b/src/lib/libcrypto/conf/conf.h
index 7b30ad453d..5129a259b3 100644
--- a/src/lib/libcrypto/conf/conf.h
+++ b/src/lib/libcrypto/conf/conf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: conf.h,v 1.17 2024/08/31 09:18:00 tb Exp $ */ 1/* $OpenBSD: conf.h,v 1.18 2024/08/31 09:21:44 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -85,19 +85,6 @@ struct conf_st;
85struct conf_method_st; 85struct conf_method_st;
86typedef struct conf_method_st CONF_METHOD; 86typedef struct conf_method_st CONF_METHOD;
87 87
88struct conf_method_st {
89 const char *name;
90 CONF *(*create)(CONF_METHOD *meth);
91 int (*init)(CONF *conf);
92 int (*destroy)(CONF *conf);
93 int (*destroy_data)(CONF *conf);
94 int (*load_bio)(CONF *conf, BIO *bp, long *eline);
95 int (*dump)(const CONF *conf, BIO *bp);
96 int (*is_number)(const CONF *conf, char c);
97 int (*to_int)(const CONF *conf, char c);
98 int (*load)(CONF *conf, const char *name, long *eline);
99};
100
101/* Module definitions */ 88/* Module definitions */
102 89
103typedef struct conf_imodule_st CONF_IMODULE; 90typedef struct conf_imodule_st CONF_IMODULE;