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;
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);