Since we're moving between directories, let's get an absolute path to

openssl.exe.
This commit is contained in:
Richard Levitte 2006-03-27 14:39:06 +00:00
parent 9e5dba197c
commit 70b2ae3edf

View file

@ -6,7 +6,7 @@ $ __arch := VAX
$ if f$getsyi("cpu") .ge. 128 then __arch := AXP
$ exe_dir := sys$disk:[-.'__arch'.exe.apps]
$
$ openssl := mcr 'exe_dir'openssl
$ openssl := mcr 'f$parse(exe_dir+"openssl.exe")'
$ OPENSSL_CONF := [-]CAtsa.cnf
$
$ error: