diff options
Diffstat (limited to 'src/lib/libcrypto/objects/o_names.c')
-rw-r--r-- | src/lib/libcrypto/objects/o_names.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/objects/o_names.c b/src/lib/libcrypto/objects/o_names.c index 9fa5824890..e77e4a1093 100644 --- a/src/lib/libcrypto/objects/o_names.c +++ b/src/lib/libcrypto/objects/o_names.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: o_names.c,v 1.19 2014/10/28 05:46:56 miod Exp $ */ | 1 | /* $OpenBSD: o_names.c,v 1.20 2015/02/10 11:22:21 jsing Exp $ */ |
2 | #include <stdio.h> | 2 | #include <stdio.h> |
3 | #include <stdlib.h> | 3 | #include <stdlib.h> |
4 | #include <string.h> | 4 | #include <string.h> |
@@ -24,7 +24,6 @@ typedef struct name_funcs_st { | |||
24 | } NAME_FUNCS; | 24 | } NAME_FUNCS; |
25 | 25 | ||
26 | DECLARE_STACK_OF(NAME_FUNCS) | 26 | DECLARE_STACK_OF(NAME_FUNCS) |
27 | IMPLEMENT_STACK_OF(NAME_FUNCS) | ||
28 | 27 | ||
29 | static STACK_OF(NAME_FUNCS) *name_funcs_stack; | 28 | static STACK_OF(NAME_FUNCS) *name_funcs_stack; |
30 | 29 | ||