提交 3db1f2d5 编写于 作者: B Bodo Möller

Add a comment.

上级 e8f48dba
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册