Centralise loading default apps config file
[oweals/openssl.git] / apps / speed.c
index 046c0b2614971fbbb7d63bf905186a8781626ff1..faa3e159ae1582a9c6bbf9138b545ea81b730cf4 100644 (file)
@@ -850,9 +850,6 @@ int speed_main(int argc, char **argv)
     argc = opt_num_rest();
     argv = opt_rest();
 
-    if (!app_load_modules(NULL))
-        goto end;
-
     /* Remaining arguments are algorithms. */
     for ( ; *argv; argv++) {
         if (found(*argv, doit_choices, &i)) {