diff options
Diffstat (limited to 'src/lib/libcrypto/conf/conf_local.h')
-rw-r--r-- | src/lib/libcrypto/conf/conf_local.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lib/libcrypto/conf/conf_local.h b/src/lib/libcrypto/conf/conf_local.h index d7255e1a0c..e22c1180b9 100644 --- a/src/lib/libcrypto/conf/conf_local.h +++ b/src/lib/libcrypto/conf/conf_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: conf_local.h,v 1.7 2024/08/31 09:54:31 tb Exp $ */ | 1 | /* $OpenBSD: conf_local.h,v 1.8 2024/10/10 06:51:22 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 | * |
@@ -79,15 +79,7 @@ struct conf_method_st { | |||
79 | int CONF_module_add(const char *name, conf_init_func *ifunc, | 79 | int CONF_module_add(const char *name, conf_init_func *ifunc, |
80 | conf_finish_func *ffunc); | 80 | conf_finish_func *ffunc); |
81 | 81 | ||
82 | const char *CONF_imodule_get_name(const CONF_IMODULE *md); | ||
83 | const char *CONF_imodule_get_value(const CONF_IMODULE *md); | 82 | const char *CONF_imodule_get_value(const CONF_IMODULE *md); |
84 | void *CONF_imodule_get_usr_data(const CONF_IMODULE *md); | ||
85 | void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data); | ||
86 | CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md); | ||
87 | unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md); | ||
88 | void CONF_imodule_set_flags(CONF_IMODULE *md, unsigned long flags); | ||
89 | void *CONF_module_get_usr_data(CONF_MODULE *pmod); | ||
90 | void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data); | ||
91 | 83 | ||
92 | int CONF_parse_list(const char *list, int sep, int nospc, | 84 | int CONF_parse_list(const char *list, int sep, int nospc, |
93 | int (*list_cb)(const char *elem, int len, void *usr), void *arg); | 85 | int (*list_cb)(const char *elem, int len, void *usr), void *arg); |