aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2002-02-22 14:01:21 +0000
committerDr. Stephen Henson <steve@openssl.org>2002-02-22 14:01:21 +0000
commit3647bee263ebfef8694f7df07498a17b03ad883d (patch)
tree8d424b9291b1bb64b2dfd5924797912593f7cad6 /crypto/conf/conf.h
parente2aebccba1b7d5e02cfdb79d9bdce3d7f2b28dee (diff)
downloadopenssl-3647bee263ebfef8694f7df07498a17b03ad883d.tar.gz
Config code updates.
CONF_modules_unload() now calls CONF_modules_finish() automatically. Default use of section openssl_conf moved to CONF_modules_load() Load config file in several openssl utilities. Most utilities now load modules from the config file, though in a few (such as version) this isn't done because it couldn't be used for anything. In the case of ca and req the config file used is the same as the utility itself: that is the -config command line option can be used to specify an alternative file.
Diffstat (limited to 'crypto/conf/conf.h')
-rw-r--r--crypto/conf/conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/conf/conf.h b/crypto/conf/conf.h
index 4e14cd000f..3c03fb19c0 100644
--- a/crypto/conf/conf.h
+++ b/crypto/conf/conf.h
@@ -194,6 +194,8 @@ char *CONF_get1_default_config_file(void);
int CONF_parse_list(const char *list, int sep, int nospc,
int (*list_cb)(const char *elem, int len, void *usr), void *arg);
+void OPENSSL_load_builtin_modules(void);
+
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.