summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_api.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-02-06 10:47:53 -0500
committerRich Salz <rsalz@openssl.org>2015-02-06 10:47:53 -0500
commit5b18d3025c1c1d36be8f81f137265b46da58f881 (patch)
tree346ebe0e9e4261719adb3b5d09e0fbaf45374227 /crypto/conf/conf_api.c
parent1a53f1d68b0444655743fc87e8e9f535d090fa20 (diff)
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 <appro@openssl.org>
Diffstat (limited to 'crypto/conf/conf_api.c')
-rw-r--r--crypto/conf/conf_api.c2
1 files changed, 0 insertions, 2 deletions
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)