[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Richard Levitte levitte at openssl.org
Fri Aug 26 20:59:58 UTC 2016


The branch OpenSSL_1_1_0-stable has been updated
       via  e5c45818280bde6a400edb4ddcc1447a4eb08c3c (commit)
      from  14fd205b38efafaad8610eb9f9642a0ebd2eef85 (commit)


- Log -----------------------------------------------------------------
commit e5c45818280bde6a400edb4ddcc1447a4eb08c3c
Author: Richard Levitte <levitte at openssl.org>
Date:   Fri Aug 26 22:34:39 2016 +0200

    VMS: honor --openssldir setting
    
    Because of a perl operator priority mixup, the --openssldir argument
    wasn't honored.
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    (cherry picked from commit 661a396373fbd2082eee4ad6829336219ec7dac6)

-----------------------------------------------------------------------

Summary of changes:
 Configurations/descrip.mms.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl
index 64b70ad..ce96778 100644
--- a/Configurations/descrip.mms.tmpl
+++ b/Configurations/descrip.mms.tmpl
@@ -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


More information about the openssl-commits mailing list