Config code updates.
[openssl.git] / apps / x509.c
index a56f037b8993696ab75b3ae8e17c13018bedbe5a..12888c0486f30c74afbc9bf90c3c97bcc31181e9 100644 (file)
@@ -191,6 +191,9 @@ int MAIN(int argc, char **argv)
 
        if (bio_err == NULL)
                bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
+
+       if (!load_config(bio_err, NULL))
+               goto end;
        STDout=BIO_new_fp(stdout,BIO_NOCLOSE);
 #ifdef OPENSSL_SYS_VMS
        {