[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Thu Feb 11 18:36:18 UTC 2016


The branch master has been updated
       via  24f0b10462792c202a0fe1952974fcace1e2c563 (commit)
      from  22e3dcb7808bb06cd18c3231e34a5930e796cc48 (commit)


- Log -----------------------------------------------------------------
commit 24f0b10462792c202a0fe1952974fcace1e2c563
Author: Rich Salz <rsalz at akamai.com>
Date:   Thu Feb 11 13:16:14 2016 -0500

    Don't add filename comment.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

Summary of changes:
 util/mkerr.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/util/mkerr.pl b/util/mkerr.pl
index 7e84de9..13c9974 100644
--- a/util/mkerr.pl
+++ b/util/mkerr.pl
@@ -602,7 +602,6 @@ EOF
 	open (OUT,">$cfile") || die "Can't open $cfile for writing";
 
 	print OUT <<"EOF";
-/* $cfile */
 /* ====================================================================
  * Copyright (c) 1999-$year The OpenSSL Project.  All rights reserved.
  *


More information about the openssl-commits mailing list