CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/25 06:13:03
Modified files:
regress/usr.bin/ssh: agent-pkcs11.sh percent.sh ssh2putty.sh
test-exec.sh
Log message:
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.
