A couple more ssleay.cnf to openssl.cnf changes
[openssl.git] / crypto / conf / cnf_save.c
index 8524802e18671eb8e9c478d95ef4ede210fad059..da2cb843541fa96a5b1297eca3c2d80f767fd32d 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/conf/cnf_save.c */
-/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * This package is an SSL implementation written
@@ -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);