Respect the OPENSSL make variable everywhere so that
authortb <tb@openbsd.org>
Tue, 6 Feb 2018 02:31:13 +0000 (02:31 +0000)
committertb <tb@openbsd.org>
Tue, 6 Feb 2018 02:31:13 +0000 (02:31 +0000)
commit2cd5b662be8eb60f1d5330727af6e46d9991df31
treeff8c3b73d5f0e0d3d8e2a3b130dea6878be53716
parentc9aa06c9949f71ca63a2e6dc3a2748eb405db173
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
regress/usr.bin/openssl/Makefile
regress/usr.bin/openssl/appstest.sh
regress/usr.bin/openssl/test_client.sh
regress/usr.bin/openssl/test_server.sh
regress/usr.bin/openssl/testdsa.sh
regress/usr.bin/openssl/testenc.sh
regress/usr.bin/openssl/testrsa.sh