diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 15:10:41 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:10:39 +0200 |
commit | 24c4ea958ecae0b194cc3eb812a81766cdb421f6 (patch) | |
tree | 29be67ecc7efed3b5ae25bb3d976281d1499437d /test/confdump.c | |
parent | Fix safestack issues in x509v3.h (diff) | |
download | openssl-24c4ea958ecae0b194cc3eb812a81766cdb421f6.tar.xz openssl-24c4ea958ecae0b194cc3eb812a81766cdb421f6.zip |
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12781)
Diffstat (limited to 'test/confdump.c')
-rw-r--r-- | test/confdump.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/confdump.c b/test/confdump.c index 3750d2cc8c..2a72f5b454 100644 --- a/test/confdump.c +++ b/test/confdump.c @@ -15,7 +15,6 @@ #include <openssl/err.h> DEFINE_STACK_OF(CONF_VALUE) -DEFINE_STACK_OF_CSTRING() static STACK_OF(OPENSSL_CSTRING) *section_names = NULL; |