diff --git a/apps/mac.c b/apps/mac.c index 8bd7ce2397..0a07b2ea43 100644 --- a/apps/mac.c +++ b/apps/mac.c @@ -169,9 +169,6 @@ opthelp: 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;