From: Richard Levitte Date: Wed, 6 Apr 2016 11:56:49 +0000 (+0200) Subject: VMS: Fix special case for [.test]ssltest_old.c X-Git-Tag: OpenSSL_1_1_0-pre5~124 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1c9f511793ad2fa8249a0d010cf2471769d5cd29;p=oweals%2Fopenssl.git VMS: Fix special case for [.test]ssltest_old.c [.test]ssltest.c was renamed to [.test]ssltest_old.c, reflect that in descrip.mms.tmpl. Reviewed-by: Tim Hudson --- diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index 174b954b8c..c916ddccb2 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -51,7 +51,7 @@ my $sd1 = sourcedir("ssl","record"); my $sd2 = sourcedir("ssl","statem"); $unified_info{before}->{"[.test]heartbeat_test.OBJ"} - = $unified_info{before}->{"[.test]ssltest.OBJ"} + = $unified_info{before}->{"[.test]ssltest_old.OBJ"} = qq(record = F\$PARSE("$sd1","A.;",,,"SYNTAX_ONLY") - "A.;" define record 'record' statem = F\$PARSE("$sd2","A.;",,,"SYNTAX_ONLY") - "A.;"