aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects/o_names.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/objects/o_names.c')
-rw-r--r--crypto/objects/o_names.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/objects/o_names.c b/crypto/objects/o_names.c
index d7441cad82..0839feeee6 100644
--- a/crypto/objects/o_names.c
+++ b/crypto/objects/o_names.c
@@ -34,7 +34,7 @@ typedef struct name_funcs_st {
void (*free_func) (const char *, int, const char *);
} NAME_FUNCS;
-DECLARE_STACK_OF(NAME_FUNCS)
+DEFINE_STACK_OF(NAME_FUNCS)
static STACK_OF(NAME_FUNCS) *name_funcs_stack;