[openssl-commits] [openssl] master update
Viktor Dukhovni
viktor at openssl.org
Fri Apr 17 05:35:16 UTC 2015
The branch master has been updated
via 323daa74fc608860ebee86c7e93ab8b4e926cb1e (commit)
from 61986d32f37cbaeaed08bd955ff27d35b72ea29a (commit)
- Log -----------------------------------------------------------------
commit 323daa74fc608860ebee86c7e93ab8b4e926cb1e
Author: Viktor Dukhovni <openssl-users at dukhovni.org>
Date: Fri Apr 17 01:06:46 2015 -0400
SunOS non-posix shells do not grok export name=value
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
test/testca | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/test/testca b/test/testca
index 4bcb1fd..ee52463 100644
--- a/test/testca
+++ b/test/testca
@@ -11,14 +11,16 @@ else
fi
export PATH
-export SSLEAY_CONFIG="-config CAss.cnf"
-export OPENSSL="`pwd`/../util/opensslwrap.sh"
+export SSLEAY_CONFIG OPENSSL
/bin/rm -fr demoCA
+SSLEAY_CONFIG="-config CAss.cnf"
+OPENSSL="`pwd`/../util/opensslwrap.sh"
+
OPENSSL_CONFIG=/dev/null $PERL ../apps/CA.pl -newca </dev/null
-export SSLEAY_CONFIG="-config Uss.cnf"
+SSLEAY_CONFIG="-config Uss.cnf"
$PERL ../apps/CA.pl -newreq
SSLEAY_CONFIG="-config ../apps/openssl.cnf"
More information about the openssl-commits
mailing list