summaryrefslogtreecommitdiffstats
path: root/crypto/objects/objects.pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-27 18:37:12 +0100
committerRichard Levitte <levitte@openssl.org>2016-01-27 18:42:23 +0100
commitd20a161f46f0e3bf6b53235d51a3b0e23794e6a5 (patch)
tree6a5d9841a8757f6da947f7e0a0337fe7e6f37e24 /crypto/objects/objects.pl
parent49dc5404dfbaaa52baeef43879f0d3f9bae582d0 (diff)
Complete the removal of /* foo.c */ comments
Some files that are automatically generated still had those comments added by the generating scripts. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/objects/objects.pl')
-rw-r--r--crypto/objects/objects.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/objects/objects.pl b/crypto/objects/objects.pl
index 389dc34837..ea2caf5ec2 100644
--- a/crypto/objects/objects.pl
+++ b/crypto/objects/objects.pl
@@ -119,8 +119,6 @@ close NUMOUT;
open (OUT,">$ARGV[2]") || die "Can't open output file $ARGV[2]";
print OUT <<'EOF';
-/* crypto/objects/obj_mac.h */
-
/*
* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the following
* command: perl objects.pl objects.txt obj_mac.num obj_mac.h