From 5b18d3025c1c1d36be8f81f137265b46da58f881 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 6 Feb 2015 10:47:53 -0500 Subject: util/mkstack.pl now generates entire safestack.h The mkstack.pl script now generates the entire safestack.h file. It generates output that follows the coding style. Also, removed all instances of the obsolete IMPLEMENT_STACK_OF macro. Reviewed-by: Andy Polyakov --- crypto/objects/o_names.c | 1 - 1 file changed, 1 deletion(-) (limited to 'crypto/objects') diff --git a/crypto/objects/o_names.c b/crypto/objects/o_names.c index e1e13a6131..d7fa0d853d 100644 --- a/crypto/objects/o_names.c +++ b/crypto/objects/o_names.c @@ -35,7 +35,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