The -config option flag needs to be in the SSLEAY_CONFIG value.
PR: 1300
This commit is contained in:
parent
a70183bc80
commit
7ce1d9e9a6
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue