Commit a7956a2c authored by Richard Levitte's avatar Richard Levitte
Browse files

VMS build.info: uppercase args to perl modules must be quoted



This is because VMS perl will otherwise lowercase them

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4946)
parent b903fb60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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