diff --git a/apps/mac.c b/apps/mac.c index 5f80ca22c7879..b66a69fe00968 100644 --- a/apps/mac.c +++ b/apps/mac.c @@ -170,9 +170,6 @@ int mac_main(int argc, char **argv) goto err; } - /* Use text mode for stdin */ - if (infile == NULL || strcmp(infile, "-") == 0) - inform = FORMAT_TEXT; in = bio_open_default(infile, 'r', inform); if (in == NULL) goto err;