From 3db1f2d5bef4a24d11a7481e3217a903fa4ec9b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Sat, 18 Dec 1999 00:30:32 +0000 Subject: [PATCH] Add a comment. --- apps/req.c | 4 ++-- 1 file 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 -- 2.34.1