From: Richard Levitte Date: Wed, 27 Jan 2016 17:37:12 +0000 (+0100) Subject: Complete the removal of /* foo.c */ comments X-Git-Tag: OpenSSL_1_1_0-pre3~401 X-Git-Url: https://git.openssl.org/gitweb/?a=commitdiff_plain;h=d20a161f46f0e3bf6b53235d51a3b0e23794e6a5;p=openssl.git 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 --- 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 diff --git a/include/openssl/obj_mac.h b/include/openssl/obj_mac.h index 74bdbe6e3d..ad27e0e0c0 100644 --- a/include/openssl/obj_mac.h +++ b/include/openssl/obj_mac.h @@ -1,4 +1,3 @@ - /* * 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