summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/objects/objxref.pl4
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
62print <<EOF; 62print <<EOF;
63/* \$OpenBSD\$ */
63/* AUTOGENERATED BY $pname, DO NOT EDIT */ 64/* AUTOGENERATED BY $pname, DO NOT EDIT */
64 65
66__BEGIN_HIDDEN_DECLS
67
65typedef struct 68typedef struct
66 { 69 {
67 int sign_id; 70 int sign_id;
@@ -95,6 +98,7 @@ foreach (@srt2)
95 } 98 }
96 99
97print "\t};\n\n"; 100print "\t};\n\n";
101print "__END_HIDDEN_DECLS\n";
98 102
99sub check_oid 103sub check_oid
100 { 104 {