Add a comment.
authorBodo Möller <bodo@openssl.org>
Sat, 18 Dec 1999 00:30:32 +0000 (00:30 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 18 Dec 1999 00:30:32 +0000 (00:30 +0000)
apps/req.c

index eb58a1c6b8de10d2cd2052bae912af7e28330cce..75f2b853ede0d9bec313dec7536074a916f6ace1 100644 (file)
@@ -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