mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Since we're moving between directories, let's get an absolute path to
openssl.exe.
This commit is contained in:
parent
9e5dba197c
commit
70b2ae3edf
@ -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 New Issue
Block a user