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/conf/conf_api.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/conf/conf_api.c') diff --git a/crypto/conf/conf_api.c b/crypto/conf/conf_api.c index ff73f3822f..cba2de199b 100644 --- a/crypto/conf/conf_api.c +++ b/crypto/conf/conf_api.c @@ -279,5 +279,3 @@ CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) } return (v); } - -IMPLEMENT_STACK_OF(CONF_VALUE) -- cgit v1.2.3