From: Richard Levitte Date: Thu, 30 Mar 2006 04:29:38 +0000 (+0000) Subject: The -config option flag needs to be in the SSLEAY_CONFIG value. X-Git-Tag: OpenSSL_0_9_8k^2~1464 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=7ce1d9e9a6610c3d3c5f68a7fec4177e472a8c84 The -config option flag needs to be in the SSLEAY_CONFIG value. PR: 1300 --- diff --git a/test/testtsa b/test/testtsa index c532ac530d..626a7022bf 100644 --- a/test/testtsa +++ b/test/testtsa @@ -11,7 +11,7 @@ export SH PATH OPENSSL_CONF="../CAtsa.cnf" export OPENSSL_CONF # Because that's what ../apps/CA.sh really looks at -SSLEAY_CONFIG="$OPENSSL_CONF" +SSLEAY_CONFIG="-config $OPENSSL_CONF" export SSLEAY_CONFIG OPENSSL="`pwd`/../util/opensslwrap.sh" diff --git a/test/testtsa.com b/test/testtsa.com index 69b892cce1..5676d70e77 100644 --- a/test/testtsa.com +++ b/test/testtsa.com @@ -9,7 +9,7 @@ $ $ openssl := mcr 'f$parse(exe_dir+"openssl.exe")' $ OPENSSL_CONF := [-]CAtsa.cnf $ ! Because that's what ../apps/CA.sh really looks at -$ SSLEAY_CONFIG = OPENSSL_CONF +$ SSLEAY_CONFIG = "-config " + OPENSSL_CONF $ $ error: $ subroutine