Since we're moving between directories, let's get an absolute path to
openssl.exe.
This commit is contained in:
parent
9e5dba197c
commit
70b2ae3edf
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue