mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02: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…
x
Reference in New Issue
Block a user