mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-15 21:36:59 +00:00
Check for $OPENSSL in md5 fallback too.
This commit is contained in:
parent
1db69d1b65
commit
5de0867b82
@ -327,6 +327,8 @@ md5 () {
|
||||
cksum
|
||||
elif have_prog sum; then
|
||||
sum
|
||||
elif [ -x ${OPENSSL} ]; then
|
||||
${OPENSSL} md5
|
||||
else
|
||||
wc -c
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user