aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2002-02-21 00:54:54 +0000
committerDr. Stephen Henson <steve@openssl.org>2002-02-21 00:54:54 +0000
commit92f91ff48b320a81964d7347444683a734c53734 (patch)
treefec965550bcfdaf5347ede77755f3e1c7c6da04f /crypto/conf/conf.h
parentb3dfaaa143d06eb23ec0985ba37bd9ab24bee6bb (diff)
downloadopenssl-92f91ff48b320a81964d7347444683a734c53734.tar.gz
Config file updates from stable branch
Diffstat (limited to 'crypto/conf/conf.h')
-rw-r--r--crypto/conf/conf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/conf/conf.h b/crypto/conf/conf.h
index 2c6f573349..4e14cd000f 100644
--- a/crypto/conf/conf.h
+++ b/crypto/conf/conf.h
@@ -112,6 +112,7 @@ typedef void conf_finish_func(CONF_IMODULE *md);
#define CONF_MFLAGS_IGNORE_RETURN_CODES 0x2
#define CONF_MFLAGS_SILENT 0x4
#define CONF_MFLAGS_NO_DSO 0x8
+#define CONF_MFLAGS_IGNORE_MISSING_FILE 0x10
int CONF_set_default_method(CONF_METHOD *meth);
void CONF_set_nconf(CONF *conf,LHASH *hash);
@@ -127,7 +128,7 @@ void CONF_free(LHASH *conf);
int CONF_dump_fp(LHASH *conf, FILE *out);
int CONF_dump_bio(LHASH *conf, BIO *out);
-void OPENSSL_config(void);
+void OPENSSL_config(const char *config_name);
/* New conf code. The semantics are different from the functions above.
If that wasn't the case, the above functions would have been replaced */