diff options
Diffstat (limited to 'src/lib/libcrypto/objects/obj_xref.h')
-rw-r--r-- | src/lib/libcrypto/objects/obj_xref.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/objects/obj_xref.h b/src/lib/libcrypto/objects/obj_xref.h index 4499456694..59c597ce41 100644 --- a/src/lib/libcrypto/objects/obj_xref.h +++ b/src/lib/libcrypto/objects/obj_xref.h | |||
@@ -1,6 +1,8 @@ | |||
1 | /* $OpenBSD: obj_xref.h,v 1.3 2014/11/09 19:17:13 miod Exp $ */ | 1 | /* $OpenBSD: obj_xref.h,v 1.4 2016/12/21 15:49:29 jsing Exp $ */ |
2 | /* AUTOGENERATED BY objxref.pl, DO NOT EDIT */ | 2 | /* AUTOGENERATED BY objxref.pl, DO NOT EDIT */ |
3 | 3 | ||
4 | __BEGIN_HIDDEN_DECLS | ||
5 | |||
4 | typedef struct | 6 | typedef struct |
5 | { | 7 | { |
6 | int sign_id; | 8 | int sign_id; |
@@ -80,3 +82,4 @@ static const nid_triple * const sigoid_srt_xref[] = | |||
80 | &sigoid_srt[31], | 82 | &sigoid_srt[31], |
81 | }; | 83 | }; |
82 | 84 | ||
85 | __END_HIDDEN_DECLS | ||