]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
md5(1): fix -c flag to work with input on stdin
authorallanjude <allanjude@FreeBSD.org>
Fri, 19 Jun 2020 19:16:25 +0000 (19:16 +0000)
committerallanjude <allanjude@FreeBSD.org>
Fri, 19 Jun 2020 19:16:25 +0000 (19:16 +0000)
commit494bc96687f421018ad2fe7858a9e3af1bb2a879
tree5c707dbbf848458e1bfca451cb3752bafacad588
parente9f4ed6084b687139477cf5d2c5a89f16fef96be
md5(1): fix -c flag to work with input on stdin

Previously, the -p and -c flags were ignored when reading from stdin
Additionally, -s and -c can be used together now.

PR: 247295
Reviewed by: kevans
MFC after: 2 weeks
Relnotes: yes
Sponsored by: Klara Inc.
Differential Revision: https://reviews.freebsd.org/D25362
sbin/md5/md5.c