Replace OPENSSL as the variable that points to the openssl binary
authordtucker <dtucker@openbsd.org>
Sun, 25 Jul 2021 12:13:03 +0000 (12:13 +0000)
committerdtucker <dtucker@openbsd.org>
Sun, 25 Jul 2021 12:13:03 +0000 (12:13 +0000)
commit7a02e225ad48007bd5666a22c3d46fd234b15b59
tree588548afd31cd32dea72bcb0c73f21551c55e360
parent7ed6b2972360d0ca8bf4e732b1e044f5c8cc928d
Replace OPENSSL as the variable that points to the openssl binary
with OPENSSL_BIN.  This will allow us to use the OPENSSL variable from
mk.conf or the make(1) command line indicating if we're building with
our without OpenSSL, and ultimately get the regress tests working in
the OPENSSL=no configuration.
regress/usr.bin/ssh/agent-pkcs11.sh
regress/usr.bin/ssh/percent.sh
regress/usr.bin/ssh/ssh2putty.sh
regress/usr.bin/ssh/test-exec.sh