Sort the disabled features alphabetically
[openssl.git] / apps / passwd.c
index dbae620645acb440fbd22bde237110f316ade835..898831337563488b4e40d2f1f0e867f9ba2a7437 100644 (file)
@@ -209,7 +209,7 @@ int passwd_main(int argc, char **argv)
         goto end;
     }
 
-    in = bio_open_default(infile, "r");
+    in = bio_open_default(infile, 'r', FORMAT_TEXT);
     if (in == NULL)
         goto end;