summaryrefslogtreecommitdiffstats
path: root/crypto/objects
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
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')
-rw-r--r--crypto/objects/obj_dat.h1
-rw-r--r--crypto/objects/obj_dat.pl2
-rw-r--r--crypto/objects/objects.pl2
3 files changed, 0 insertions, 5 deletions
diff --git a/crypto/objects/obj_dat.h b/crypto/objects/obj_dat.h
index c8bfc97c7b..6907bc3683 100644
--- a/crypto/objects/obj_dat.h
+++ b/crypto/objects/obj_dat.h
@@ -1,4 +1,3 @@
-
/* THIS FILE IS GENERATED FROM objects.h by obj_dat.pl via the
* following command:
* perl obj_dat.pl obj_mac.h obj_dat.h
diff --git a/crypto/objects/obj_dat.pl b/crypto/objects/obj_dat.pl
index 86bcefb97a..d726f2cb76 100644
--- a/crypto/objects/obj_dat.pl
+++ b/crypto/objects/obj_dat.pl
@@ -168,8 +168,6 @@ foreach (sort obj_cmp @a)
}
print OUT <<'EOF';
-/* crypto/objects/obj_dat.h */
-
/* THIS FILE IS GENERATED FROM objects.h by obj_dat.pl via the
* following command:
* perl obj_dat.pl obj_mac.h obj_dat.h
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