Remove SSLeay history, etc., from docs
[openssl.git] / apps / nseq.c
index 5c8ed172c2cafccee21cfff3380d11306bbaf214..e8cf69dac9ea59299b6d338a5deedd11910a0dd5 100644 (file)
@@ -109,13 +109,10 @@ 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");
+    in = bio_open_default(infile, 'r', FORMAT_PEM);
     if (in == NULL)
         goto end;
-    out = bio_open_default(outfile, "w");
+    out = bio_open_default(outfile, 'w', FORMAT_PEM);
     if (out == NULL)
         goto end;