[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Wed Apr 6 12:03:45 UTC 2016


The branch master has been updated
       via  1c9f511793ad2fa8249a0d010cf2471769d5cd29 (commit)
      from  ad7c9c9faf8938e17be29cc9afd69d4f0267234c (commit)


- Log -----------------------------------------------------------------
commit 1c9f511793ad2fa8249a0d010cf2471769d5cd29
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Apr 6 13:56:49 2016 +0200

    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 <tjh at openssl.org>

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

Summary of changes:
 Configurations/descrip.mms.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl
index 174b954..c916ddc 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.;"


More information about the openssl-commits mailing list