From: Rich Salz <rsalz@akamai.com>
Date: Thu, 11 Feb 2016 18:16:14 +0000 (-0500)
Subject: Don't add filename comment.
X-Git-Tag: OpenSSL_1_1_0-pre3~83
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=24f0b10462792c202a0fe1952974fcace1e2c563;p=oweals%2Fopenssl.git

Don't add filename comment.

Reviewed-by: Richard Levitte <levitte@openssl.org>
---

diff --git a/util/mkerr.pl b/util/mkerr.pl
index 7e84de93ee..13c9974bce 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.
  *