From f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 10 Feb 2015 11:22:22 +0000 Subject: Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last 15 years. --- src/lib/libcrypto/objects/o_names.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/objects') 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 @@ -/* $OpenBSD: o_names.c,v 1.19 2014/10/28 05:46:56 miod Exp $ */ +/* $OpenBSD: o_names.c,v 1.20 2015/02/10 11:22:21 jsing Exp $ */ #include #include #include @@ -24,7 +24,6 @@ typedef struct name_funcs_st { } NAME_FUNCS; DECLARE_STACK_OF(NAME_FUNCS) -IMPLEMENT_STACK_OF(NAME_FUNCS) static STACK_OF(NAME_FUNCS) *name_funcs_stack; -- cgit v1.2.3-55-g6feb