[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Wed Dec 13 16:05:45 UTC 2017


The branch master has been updated
       via  391d6da43eb8f8c87d6f7a8b7f5836f1a0d30fc0 (commit)
      from  f517911d3106bdbc5052b1b85560eb6499e3b741 (commit)


- Log -----------------------------------------------------------------
commit 391d6da43eb8f8c87d6f7a8b7f5836f1a0d30fc0
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Dec 13 10:49:14 2017 +0100

    Fix VMS use of util/mkdef.pl in top build.info
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4921)

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

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

diff --git a/build.info b/build.info
index fdf1d10..27b295e 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 32
+  GENERATE[libcrypto.opt]=util/mkdef.pl crypto VMS
   DEPEND[libcrypto.opt]=util/libcrypto.num
-  GENERATE[libssl.opt]=util/mkdef.pl ssl 32
+  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