[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Mon Dec 18 06:50:42 UTC 2017


The branch master has been updated
       via  a7956a2c6eeabf46c4248e9d29c5364c48795287 (commit)
      from  b903fb604a9759a54f02e3675fcec2a0e571e3c0 (commit)


- Log -----------------------------------------------------------------
commit a7956a2c6eeabf46c4248e9d29c5364c48795287
Author: Richard Levitte <levitte at openssl.org>
Date:   Sun Dec 17 09:47:04 2017 +0100

    VMS build.info: uppercase args to perl modules must be quoted
    
    This is because VMS perl will otherwise lowercase them
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4946)

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

Summary of changes:
 build.info | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.info b/build.info
index 27b295e..13ca90d 100644
--- a/build.info
+++ b/build.info
@@ -54,9 +54,9 @@ IF[{- $config{target} =~ /^VC-/ -}]
   SHARED_SOURCE[libcrypto]=libcrypto.def
   SHARED_SOURCE[libssl]=libssl.def
 ELSIF[{- $config{target} =~ /^vms/ -}]
-  GENERATE[libcrypto.opt]=util/mkdef.pl crypto VMS
+  GENERATE[libcrypto.opt]=util/mkdef.pl crypto "VMS"
   DEPEND[libcrypto.opt]=util/libcrypto.num
-  GENERATE[libssl.opt]=util/mkdef.pl ssl VMS
+  GENERATE[libssl.opt]=util/mkdef.pl ssl "VMS"
   DEPEND[libssl.opt]=util/libssl.num
 
   SHARED_SOURCE[libcrypto]=libcrypto.opt


More information about the openssl-commits mailing list