]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
md5(1): fix -c flag to work with input on stdin
authorAllan Jude <allanjude@FreeBSD.org>
Fri, 19 Jun 2020 19:16:25 +0000 (19:16 +0000)
committerAllan Jude <allanjude@FreeBSD.org>
Fri, 19 Jun 2020 19:16:25 +0000 (19:16 +0000)
commit0bc6f34c3ddf9a69e585defe760ab57724dbc8b6
tree5c707dbbf848458e1bfca451cb3752bafacad588
parentfb0543afa82448433a69509d434dfb7fb6746f86
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