From 858857157290dd35145b14044ae96be9cd8eb0df Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 28 Dec 2015 00:04:33 +0000 Subject: Rename DECLARE*STACK_OF to DEFINE*STACK_OF Applications wishing to include their own stacks now just need to include DEFINE_STACK_OF(foo) in a header file. Reviewed-by: Richard Levitte --- crypto/objects/o_names.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/objects/o_names.c') 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; -- cgit v1.2.3