Fix a bug in the new PACKET implementation
[openssl.git] / test / testca
index 4bcb1fd57680382b219b38c5d9c6c97342f40456..452558bfc64b013716e8193595d352c5ac08b4b9 100644 (file)
@@ -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
 
-OPENSSL_CONFIG=/dev/null $PERL ../apps/CA.pl -newca </dev/null
+SSLEAY_CONFIG="-config CAss.cnf"
+OPENSSL="`pwd`/../util/opensslwrap.sh"
 
-export SSLEAY_CONFIG="-config Uss.cnf"
+$PERL ../apps/CA.pl -newca </dev/null
+
+SSLEAY_CONFIG="-config Uss.cnf"
 $PERL ../apps/CA.pl -newreq
 
 SSLEAY_CONFIG="-config ../apps/openssl.cnf"