diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/objects/objxref.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libcrypto/objects/objxref.pl b/src/lib/libcrypto/objects/objxref.pl index 731d3ae22c..8873c91ad9 100644 --- a/src/lib/libcrypto/objects/objxref.pl +++ b/src/lib/libcrypto/objects/objxref.pl | |||
| @@ -60,8 +60,11 @@ my $pname = $0; | |||
| 60 | $pname =~ s|^.[^/]/||; | 60 | $pname =~ s|^.[^/]/||; |
| 61 | 61 | ||
| 62 | print <<EOF; | 62 | print <<EOF; |
| 63 | /* \$OpenBSD\$ */ | ||
| 63 | /* AUTOGENERATED BY $pname, DO NOT EDIT */ | 64 | /* AUTOGENERATED BY $pname, DO NOT EDIT */ |
| 64 | 65 | ||
| 66 | __BEGIN_HIDDEN_DECLS | ||
| 67 | |||
| 65 | typedef struct | 68 | typedef struct |
| 66 | { | 69 | { |
| 67 | int sign_id; | 70 | int sign_id; |
| @@ -95,6 +98,7 @@ foreach (@srt2) | |||
| 95 | } | 98 | } |
| 96 | 99 | ||
| 97 | print "\t};\n\n"; | 100 | print "\t};\n\n"; |
| 101 | print "__END_HIDDEN_DECLS\n"; | ||
| 98 | 102 | ||
| 99 | sub check_oid | 103 | sub check_oid |
| 100 | { | 104 | { |
