A couple more ssleay.cnf to openssl.cnf changes

This commit is contained in:
Paul C. Sutton 1999-01-02 15:05:08 +00:00
parent e170a5c050
commit 251f25e0b5
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ main()
LHASH *conf; LHASH *conf;
long l; long l;
conf=CONF_load(NULL,"../../apps/ssleay.cnf",&l); conf=CONF_load(NULL,"../../apps/openssl.cnf",&l);
if (conf == NULL) if (conf == NULL)
{ {
fprintf(stderr,"error loading config, line %ld\n",l); fprintf(stderr,"error loading config, line %ld\n",l);

View File

@ -66,7 +66,7 @@ main()
long eline; long eline;
char *s,*s2; char *s,*s2;
conf=CONF_load(NULL,"ssleay.conf",&eline); conf=CONF_load(NULL,"openssl.conf",&eline);
if (conf == NULL) if (conf == NULL)
{ {
ERR_load_crypto_strings(); ERR_load_crypto_strings();