Update documentation, standard input is expected to be in binary format too

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19234)
This commit is contained in:
Patrik Sevallius 2022-09-18 12:24:56 +02:00 committed by Hugo Landau
parent 67ec6d2b74
commit 054189bf7a
1 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,7 @@ Print a usage message.
Input filename to calculate a MAC for, or standard input by default.
Standard input is used if the filename is '-'.
Files are expected to be in binary format, standard input uses hexadecimal text
format.
Files and standard input are expected to be in binary format.
=item B<-out> I<filename>