Commit d505d1ef authored by Richard Levitte's avatar Richard Levitte
Browse files

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

OPENSSL_CONF.
parent 70b2ae3e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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