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" OPENSSL_CONF="../CAtsa.cnf"
export OPENSSL_CONF export OPENSSL_CONF
# Because that's what ../apps/CA.sh really looks at # Because that's what ../apps/CA.sh really looks at
SSLEAY_CONFIG="$OPENSSL_CONF" SSLEAY_CONFIG="-config $OPENSSL_CONF"
export SSLEAY_CONFIG export SSLEAY_CONFIG
OPENSSL="`pwd`/../util/opensslwrap.sh" OPENSSL="`pwd`/../util/opensslwrap.sh"

View File

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