X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=crypto%2Fobjects%2Fobj_dat.pl;h=5dfb84ea00459d59298bde1573a1ad7fdf75dea3;hb=c3fbf5d9a86c2fa0dfc901bca06aa36720e6b260;hp=9e49feabc2eebc6e92b0b87e914e60fdd1f2b4c0;hpb=55e42c93a8336bd178718b3f82730f6de95710be;p=openssl.git 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;