The -config option flag needs to be in the SSLEAY_CONFIG value.

PR: 1300
This commit is contained in:
Richard Levitte 2006-03-30 04:29:38 +00:00
parent a70183bc80
commit 7ce1d9e9a6
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ export SH PATH
OPENSSL_CONF="../CAtsa.cnf"
export OPENSSL_CONF
# Because that's what ../apps/CA.sh really looks at
SSLEAY_CONFIG="$OPENSSL_CONF"
SSLEAY_CONFIG="-config $OPENSSL_CONF"
export SSLEAY_CONFIG
OPENSSL="`pwd`/../util/opensslwrap.sh"

View file

@ -9,7 +9,7 @@ $
$ 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
$ SSLEAY_CONFIG = "-config " + OPENSSL_CONF
$
$ error:
$ subroutine