APPS: replace awkward and error-prone pattern by calls to new app_conf_try_string()
[openssl.git] / apps / include / apps.h
index b48937a8c2aac9059ee5066ee38b69693636591b..c9e0d440e8c9f4cb46cea736909914022b020e14 100644 (file)
@@ -65,6 +65,7 @@ BIO *dup_bio_err(int format);
 BIO *bio_open_owner(const char *filename, int format, int private);
 BIO *bio_open_default(const char *filename, char mode, int format);
 BIO *bio_open_default_quiet(const char *filename, char mode, int format);
+char *app_conf_try_string(const CONF *cnf, const char *group, const char *name);
 CONF *app_load_config_bio(BIO *in, const char *filename);
 # define app_load_config(filename) app_load_config_internal(filename, 0)
 # define app_load_config_quiet(filename) app_load_config_internal(filename, 1)