Add a comment.
This commit is contained in:
parent
e8f48dbacc
commit
3db1f2d5be
@ -366,7 +366,7 @@ bad:
|
|||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
|
|
||||||
#ifndef MONOLITH
|
#ifndef MONOLITH /* else this has happened in openssl.c (global `config') */
|
||||||
/* Lets load up our environment a little */
|
/* Lets load up our environment a little */
|
||||||
p=getenv("OPENSSL_CONF");
|
p=getenv("OPENSSL_CONF");
|
||||||
if (p == NULL)
|
if (p == NULL)
|
||||||
@ -380,7 +380,7 @@ bad:
|
|||||||
strcat(config_name,OPENSSL_CONF);
|
strcat(config_name,OPENSSL_CONF);
|
||||||
p=config_name;
|
p=config_name;
|
||||||
}
|
}
|
||||||
default_config_file=p;
|
default_config_file=p;
|
||||||
config=CONF_load(config,p,NULL);
|
config=CONF_load(config,p,NULL);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user