Allow asn1parse to print out VISIBLESTRING and some code needed for certificate
[openssl.git] / crypto / conf / cnf_save.c
index c9018de10ec76468faebfbd9acc2516225902b3d..da2cb843541fa96a5b1297eca3c2d80f767fd32d 100644 (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);