SunOS non-posix shells do not grok export name=value
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
61986d32f3
commit
323daa74fc
@ -11,14 +11,16 @@ else
|
|||||||
fi
|
fi
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
export SSLEAY_CONFIG="-config CAss.cnf"
|
export SSLEAY_CONFIG OPENSSL
|
||||||
export OPENSSL="`pwd`/../util/opensslwrap.sh"
|
|
||||||
|
|
||||||
/bin/rm -fr demoCA
|
/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
|
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
|
$PERL ../apps/CA.pl -newreq
|
||||||
|
|
||||||
SSLEAY_CONFIG="-config ../apps/openssl.cnf"
|
SSLEAY_CONFIG="-config ../apps/openssl.cnf"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user