aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-10-13 08:30:06 +0000
committerRichard Levitte <levitte@openssl.org>2000-10-13 08:30:06 +0000
commitcde70093ac2bd2853ad81b98012ec639457ddc3b (patch)
tree3c02b685adefcf90547b87e5058971fc108b87e2 /crypto/conf/conf.h
parent5f97f508e450af9d53e3a01b59b13e9e7b540720 (diff)
downloadopenssl-cde70093ac2bd2853ad81b98012ec639457ddc3b.tar.gz
Make the new conf implementatoin bug-compatible with the old one.
Actually, it's a feature that it goes looking at environment variables. It's just a pity that it's at the cost of the error checking... I'll see if I can come up with a better interface for this.
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 2f70634455..cd40a0db21 100644
--- a/crypto/conf/conf.h
+++ b/crypto/conf/conf.h
@@ -167,6 +167,8 @@ int NCONF_dump_bio(CONF *conf, BIO *out);
#define CONF_R_MISSING_EQUAL_SIGN 101
#define CONF_R_NO_CLOSE_BRACE 102
#define CONF_R_NO_CONF 105
+#define CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE 106
+#define CONF_R_NO_SECTION 107
#define CONF_R_UNABLE_TO_CREATE_NEW_SECTION 103
#define CONF_R_VARIABLE_HAS_NO_VALUE 104