summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects
diff options
context:
space:
mode:
authorjsing <>2015-02-10 11:22:22 +0000
committerjsing <>2015-02-10 11:22:22 +0000
commit2469f93300b26559ef047be50758bab7378dc2f1 (patch)
treec02735ca2fc8cdea318f668cd6add971e7322283 /src/lib/libcrypto/objects
parent8e3767cefee0b61a7599b3ce219675e54c312702 (diff)
downloadopenbsd-2469f93300b26559ef047be50758bab7378dc2f1.tar.gz
openbsd-2469f93300b26559ef047be50758bab7378dc2f1.tar.bz2
openbsd-2469f93300b26559ef047be50758bab7378dc2f1.zip
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
15 years.
Diffstat (limited to 'src/lib/libcrypto/objects')
-rw-r--r--src/lib/libcrypto/objects/o_names.c3
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
26DECLARE_STACK_OF(NAME_FUNCS) 26DECLARE_STACK_OF(NAME_FUNCS)
27IMPLEMENT_STACK_OF(NAME_FUNCS)
28 27
29static STACK_OF(NAME_FUNCS) *name_funcs_stack; 28static STACK_OF(NAME_FUNCS) *name_funcs_stack;
30 29