VMS libtestutil: look for lower case "main"
authorRichard Levitte <levitte@openssl.org>
Thu, 13 Sep 2018 15:08:04 +0000 (17:08 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 14 Sep 2018 09:00:38 +0000 (11:00 +0200)
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7208)

Configurations/descrip.mms.tmpl
test/build.info

index fa629ee55212dba0b6e748e56e6d9b5fe51ea5ee..b1c00b7dc39327e5587ac238d5c80b3e7db8c11f 100644 (file)
@@ -1034,7 +1034,9 @@ EOF
                                  "\@ WRITE OPT_FILE \"$x" } @objs).
           "\"";
       my $write_opt2 =
-          join("\n\t", map { my @lines = ();
+          join("\n\t", map { my @lines = (
+                                 "\ WRITE OPT_FILE \"CASE_SENSITIVE=YES\""
+                             );
                              my $x = $_ =~ /\[/ ? $_ : "[]".$_;
                              if ($x =~ m|\.EXE$|) {
                                  push @lines, "\@ WRITE OPT_FILE \"$x/SHARE\"";
index 08657c801158b80debe348a613f9c709038b9075..fa154f07eeef99527a2f0197e1f9d02e0ab945c1 100644 (file)
@@ -17,10 +17,10 @@ IF[{- !$disabled{tests} -}]
   DEPEND[libtestutil.a]=../libcrypto
 
   # Special hack for descrip.mms to include the MAIN object module
-  # explicitly.  This will only be done if there isn't a MAIN in the
+  # explicitly.  This will only be done if there isn't a 'main' in the
   # program's object modules already.
   BEGINRAW[descrip.mms]
-INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=MAIN
+INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=main
   ENDRAW[descrip.mms]
 
   PROGRAMS_NO_INST=\