aboutsummaryrefslogtreecommitdiffstats
path: root/apps/req.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-12-18 00:30:32 +0000
committerBodo Möller <bodo@openssl.org>1999-12-18 00:30:32 +0000
commit3db1f2d5bef4a24d11a7481e3217a903fa4ec9b5 (patch)
treedcf7cba2f57eaeb84b5723bbc501ff89e982e82c /apps/req.c
parente8f48dbaccaca9d497223a14282ff473341897c3 (diff)
downloadopenssl-3db1f2d5bef4a24d11a7481e3217a903fa4ec9b5.tar.gz
Add a comment.
Diffstat (limited to 'apps/req.c')
-rw-r--r--apps/req.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/req.c b/apps/req.c
index eb58a1c6b8..75f2b853ed 100644
--- a/apps/req.c
+++ b/apps/req.c
@@ -366,7 +366,7 @@ bad:
ERR_load_crypto_strings();
-#ifndef MONOLITH
+#ifndef MONOLITH /* else this has happened in openssl.c (global `config') */
/* Lets load up our environment a little */
p=getenv("OPENSSL_CONF");
if (p == NULL)
@@ -380,7 +380,7 @@ bad:
strcat(config_name,OPENSSL_CONF);
p=config_name;
}
- default_config_file=p;
+ default_config_file=p;
config=CONF_load(config,p,NULL);
#endif