Fix error message when loading engines from config
[openssl.git] / apps / dgst.c
index 1e3a72ccb46314e12df66dc1e5ca0ebc58d3de42..e62a8de4133ce98930c5114cddac857c94123d23 100644 (file)
@@ -236,9 +236,6 @@ int dgst_main(int argc, char **argv)
     argc = opt_num_rest();
     argv = opt_rest();
 
-    if (!app_load_modules(NULL))
-        goto end;
-
     if (do_verify && !sigfile) {
         BIO_printf(bio_err,
                    "No signature to verify: use the -signature option\n");