Centralise loading default apps config file
[openssl.git] / apps / nseq.c
index 06893c82ce6647a41e9c220593d9954cdbbe8f3e..e8cf69dac9ea59299b6d338a5deedd11910a0dd5 100644 (file)
@@ -109,9 +109,6 @@ int nseq_main(int argc, char **argv)
     argc = opt_num_rest();
     argv = opt_rest();
 
-    if (!app_load_modules(NULL))
-        goto end;
-
     in = bio_open_default(infile, 'r', FORMAT_PEM);
     if (in == NULL)
         goto end;