diff options
Diffstat (limited to 'src/lib/libcrypto/objects/obj_dat.pl')
| -rw-r--r-- | src/lib/libcrypto/objects/obj_dat.pl | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/lib/libcrypto/objects/obj_dat.pl b/src/lib/libcrypto/objects/obj_dat.pl index 11066df680..5dfb84ea00 100644 --- a/src/lib/libcrypto/objects/obj_dat.pl +++ b/src/lib/libcrypto/objects/obj_dat.pl | |||
| @@ -164,7 +164,13 @@ foreach (sort obj_cmp @a) | |||
| 164 | } | 164 | } |
| 165 | 165 | ||
| 166 | print OUT <<'EOF'; | 166 | print OUT <<'EOF'; |
| 167 | /* lib/obj/obj_dat.h */ | 167 | /* crypto/objects/obj_dat.h */ |
| 168 | |||
| 169 | /* THIS FILE IS GENERATED FROM objects.h by obj_dat.pl via the | ||
| 170 | * following command: | ||
| 171 | * perl obj_dat.pl obj_mac.h obj_dat.h | ||
| 172 | */ | ||
| 173 | |||
| 168 | /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) | 174 | /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) |
| 169 | * All rights reserved. | 175 | * All rights reserved. |
| 170 | * | 176 | * |
| @@ -222,11 +228,6 @@ print OUT <<'EOF'; | |||
| 222 | * [including the GNU Public Licence.] | 228 | * [including the GNU Public Licence.] |
| 223 | */ | 229 | */ |
| 224 | 230 | ||
| 225 | /* THIS FILE IS GENERATED FROM Objects.h by obj_dat.pl via the | ||
| 226 | * following command: | ||
| 227 | * perl obj_dat.pl objects.h obj_dat.h | ||
| 228 | */ | ||
| 229 | |||
| 230 | EOF | 231 | EOF |
| 231 | 232 | ||
| 232 | printf OUT "#define NUM_NID %d\n",$n; | 233 | printf OUT "#define NUM_NID %d\n",$n; |
