CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/02/05 19:31:13
Modified files:
regress/usr.bin/openssl: Makefile appstest.sh test_client.sh
test_server.sh testdsa.sh testenc.sh
testrsa.sh
Log message:
Respect the OPENSSL make variable everywhere so that
make OPENSSL=/usr/src/usr.bin/openssl/obj/openssl
actually does the expected thing instead of running a mixture of both the
openssl below /usr/obj and the one below /usr/bin. Found the hard way via
backtraces that made no sense whatsoever.
ok jsing