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>
This commit is contained in:
Rich Salz
2015-02-06 10:47:53 -05:00
parent 1a53f1d68b
commit 5b18d3025c
27 changed files with 522 additions and 249 deletions

View File

@@ -65,8 +65,6 @@
#include <openssl/err.h>
#include "ui_locl.h"
IMPLEMENT_STACK_OF(UI_STRING_ST)
static const UI_METHOD *default_UI_meth = NULL;
UI *UI_new(void)