Small bug. apps/CA.sh and apps/CA.com look at SSLEAY_CONFIG, not

OPENSSL_CONF.
This commit is contained in:
Richard Levitte 2006-03-28 10:26:12 +00:00
parent 70b2ae3edf
commit d505d1ef4a
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -8,6 +8,8 @@ $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
$
$ openssl := mcr 'f$parse(exe_dir+"openssl.exe")'
$ OPENSSL_CONF := [-]CAtsa.cnf
$ ! Because that's what ../apps/CA.sh really looks at
$ SSLEAY_CONFIG = OPENSSL_CONF
$
$ error:
$ subroutine