From: Bodo Möller Date: Sat, 18 Dec 1999 00:30:32 +0000 (+0000) Subject: Add a comment. X-Git-Tag: OpenSSL_0_9_5beta1~371 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3db1f2d5bef4a24d11a7481e3217a903fa4ec9b5;p=openssl Add a comment. --- 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