mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 18:23:25 +08: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…
Reference in New Issue
Block a user