Adjust the NID names for the AES modes OFB and CFB to contain the number
[openssl.git] / crypto / objects / obj_dat.pl
index 9e49feabc2eebc6e92b0b87e914e60fdd1f2b4c0..5dfb84ea00459d59298bde1573a1ad7fdf75dea3 100644 (file)
@@ -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;