summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-09-13 17:08:04 +0200
committerRichard Levitte <levitte@openssl.org>2018-09-14 11:00:38 +0200
commitf09877c12c830d16f38064dace415679e867fc0f (patch)
treef6da353c7f99702214f51726234058074ec3d296 /test
parent2935f6241c3a1f0dc6c7a6e0a95da4bc5f35439b (diff)
VMS libtestutil: look for lower case "main"
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7208)
Diffstat (limited to 'test')
-rw-r--r--test/build.info4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/build.info b/test/build.info
index 08657c8011..fa154f07ee 100644
--- a/test/build.info
+++ b/test/build.info
@@ -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=\