RT3774: double-free in DSA
[openssl.git] / apps / nseq.c
index 3fa496c488b867292bbd0695ddb5569c9b8e757b..5c8ed172c2cafccee21cfff3380d11306bbaf214 100644 (file)
@@ -109,6 +109,9 @@ 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");
     if (in == NULL)
         goto end;