Commit 661a3963 authored by Richard Levitte's avatar Richard Levitte
Browse files

VMS: honor --openssldir setting



Because of a perl operator priority mixup, the --openssldir argument
wasn't honored.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent e5f969a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ INSTALLTOP={- our $installtop =
              $installtop -}
SYSTARTUP={- catdir($installtop, '[.SYS$STARTUP]'); -}
# This is the standard central area to store certificates, private keys...
OPENSSLDIR={- catdir($config{openssldir}) ||
OPENSSLDIR={- catdir($config{openssldir}) or
              $config{prefix} ? catdir($config{prefix},"COMMON")
                              : "SYS\$COMMON:[OPENSSL-COMMON]" -}
# The same, but for C