disable Sun divison algorithm by default
[openssl.git] / apps / engine.c
index f71076b13b0f203af2d868d117e0770c4bebceec..734ecb3e5db0a4581bc5e495d7057f8785536041 100644 (file)
@@ -356,6 +356,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;
        bio_out=BIO_new_fp(stdout,BIO_NOCLOSE);
 #ifdef OPENSSL_SYS_VMS
        {