util/mkstack.pl now generates entire safestack.h
authorRich Salz <rsalz@openssl.org>
Fri, 6 Feb 2015 15:47:53 +0000 (10:47 -0500)
committerRich Salz <rsalz@openssl.org>
Fri, 6 Feb 2015 15:47:53 +0000 (10:47 -0500)
commit5b18d3025c1c1d36be8f81f137265b46da58f881
tree346ebe0e9e4261719adb3b5d09e0fbaf45374227
parent1a53f1d68b0444655743fc87e8e9f535d090fa20
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>
27 files changed:
crypto/asn1/a_int.c
crypto/asn1/a_object.c
crypto/asn1/a_strnid.c
crypto/asn1/a_type.c
crypto/asn1/asn_mime.c
crypto/asn1/x_algor.c
crypto/asn1/x_crl.c
crypto/asn1/x_info.c
crypto/asn1/x_name.c
crypto/bio/bio_lib.c
crypto/conf/conf_api.c
crypto/ex_data.c
crypto/objects/o_names.c
crypto/stack/safestack.h
crypto/store/str_lib.c
crypto/ui/ui_lib.c
crypto/x509/x509_ext.c
crypto/x509/x509_lu.c
crypto/x509/x509_trs.c
crypto/x509/x509_vfy.c
crypto/x509v3/v3_cpols.c
crypto/x509v3/v3_crld.c
crypto/x509v3/v3_lib.c
crypto/x509v3/v3_purp.c
crypto/x509v3/v3_sxnet.c
ssl/ssl_lib.c
util/mkstack.pl