aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_dat.pl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-12-03 13:47:22 +0000
committerBodo Möller <bodo@openssl.org>2001-12-03 13:47:22 +0000
commitc3fbf5d9a86c2fa0dfc901bca06aa36720e6b260 (patch)
tree3b14bf0d3922a1245af02fe10a6b00baeb94880c /crypto/objects/obj_dat.pl
parent55e42c93a8336bd178718b3f82730f6de95710be (diff)
downloadopenssl-c3fbf5d9a86c2fa0dfc901bca06aa36720e6b260.tar.gz
Fix: 2.5.29 is "id-ce", not "ld-ce" (sort of a typo in objects.h).
Fix (?): Delete 'ip-pda 6' (id-pda-pseudonym) because it does not exist in RFC 3039. Also change Perl scripts to put auto-generation warning in the first lines of the file.
Diffstat (limited to 'crypto/objects/obj_dat.pl')
-rw-r--r--crypto/objects/obj_dat.pl13
1 files changed, 7 insertions, 6 deletions
diff --git a/crypto/objects/obj_dat.pl b/crypto/objects/obj_dat.pl
index 9e49feabc2..5dfb84ea00 100644
--- a/crypto/objects/obj_dat.pl
+++ b/crypto/objects/obj_dat.pl
@@ -164,7 +164,13 @@ foreach (sort obj_cmp @a)
}
print OUT <<'EOF';
-/* lib/obj/obj_dat.h */
+/* 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
+ */
+
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -222,11 +228,6 @@ print OUT <<'EOF';
* [including the GNU Public Licence.]
*/
-/* 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
- */
-
EOF
printf OUT "#define NUM_NID %d\n",$n;