mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 19:13:48 +08:00
A couple more ssleay.cnf to openssl.cnf changes
This commit is contained in:
parent
e170a5c050
commit
251f25e0b5
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user