mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 23:34:55 +02:00
Always use the openssl binary configure tells us.
This fixes tests on platforms that do not have the openssl tool installed at all.
This commit is contained in:
parent
2a7e344990
commit
ab69dda05d
@ -102,7 +102,8 @@ CONCH=conch
|
||||
|
||||
# Tools used by multiple tests
|
||||
NC=$OBJ/netcat
|
||||
OPENSSL_BIN="${OPENSSL_BIN:-openssl}"
|
||||
# Always use the one configure tells us to, even if that's empty.
|
||||
#OPENSSL_BIN="${OPENSSL_BIN:-openssl}"
|
||||
|
||||
if [ "x$TEST_SSH_SSH" != "x" ]; then
|
||||
SSH="${TEST_SSH_SSH}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user