summaryrefslogtreecommitdiffstats
path: root/test/testtsa
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2006-03-30 04:29:38 +0000
committerRichard Levitte <levitte@openssl.org>2006-03-30 04:29:38 +0000
commit7ce1d9e9a6610c3d3c5f68a7fec4177e472a8c84 (patch)
tree8ca78500bae9dc343eb0bc559419dbf242f029df /test/testtsa
parenta70183bc80e96456e19d27dfe360414fdd36e255 (diff)
The -config option flag needs to be in the SSLEAY_CONFIG value.
PR: 1300
Diffstat (limited to 'test/testtsa')
-rw-r--r--test/testtsa2
1 files changed, 1 insertions, 1 deletions
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"