提交 d505d1ef 编写于 作者: R Richard Levitte

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

OPENSSL_CONF.
上级 70b2ae3e
......@@ -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
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册