summaryrefslogtreecommitdiffstats
path: root/test/testtsa
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2006-03-28 10:26:12 +0000
committerRichard Levitte <levitte@openssl.org>2006-03-28 10:26:12 +0000
commitd505d1ef4a6f631940a0c37c22c5e0ced03d7dda (patch)
tree86df9e9a964e6ee4f3c8e6a4babbb65cff7a0eed /test/testtsa
parent70b2ae3edf8243463a5aafbc969f20e6b3394192 (diff)
Small bug. apps/CA.sh and apps/CA.com look at SSLEAY_CONFIG, not
OPENSSL_CONF.
Diffstat (limited to 'test/testtsa')
-rw-r--r--test/testtsa3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testtsa b/test/testtsa
index a403a6449b..c532ac530d 100644
--- a/test/testtsa
+++ b/test/testtsa
@@ -10,6 +10,9 @@ export SH PATH
OPENSSL_CONF="../CAtsa.cnf"
export OPENSSL_CONF
+# Because that's what ../apps/CA.sh really looks at
+SSLEAY_CONFIG="$OPENSSL_CONF"
+export SSLEAY_CONFIG
OPENSSL="`pwd`/../util/opensslwrap.sh"
export OPENSSL