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
commitf615895acf9eb579a4183eb9a32ea5ab0e2d7cb6 (patch)
treec02735ca2fc8cdea318f668cd6add971e7322283 /src/lib/libcrypto/objects
parentcdb7be83319e074737e0c8a1a62fed485bd1c0de (diff)
downloadopenbsd-f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6.tar.gz
openbsd-f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6.tar.bz2
openbsd-f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6.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