提交 251f25e0 编写于 作者: P Paul C. Sutton

A couple more ssleay.cnf to openssl.cnf changes

上级 e170a5c0
......@@ -66,7 +66,7 @@ main()
LHASH *conf;
long l;
conf=CONF_load(NULL,"../../apps/ssleay.cnf",&l);
conf=CONF_load(NULL,"../../apps/openssl.cnf",&l);
if (conf == NULL)
{
fprintf(stderr,"error loading config, line %ld\n",l);
......
......@@ -66,7 +66,7 @@ main()
long eline;
char *s,*s2;
conf=CONF_load(NULL,"ssleay.conf",&eline);
conf=CONF_load(NULL,"openssl.conf",&eline);
if (conf == NULL)
{
ERR_load_crypto_strings();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册