Since we're moving between directories, let's get an absolute path to
openssl.exe.
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user