summaryrefslogtreecommitdiffstats
path: root/crypto/ct/ct_prn.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 15:50:09 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:10:41 +0100
commit9d01ac71a06590e88791308f83c586c5d2113229 (patch)
tree0efe9d22afcaca706827364b434ec1e74ee3c7dc /crypto/ct/ct_prn.c
parent98c35dc48d36664c404fec2e12ce405ac0fbecc0 (diff)
Fix safestack issues in ct.h
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 'crypto/ct/ct_prn.c')
-rw-r--r--crypto/ct/ct_prn.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/ct/ct_prn.c b/crypto/ct/ct_prn.c
index a89b4aa6e7..374235b7ec 100644
--- a/crypto/ct/ct_prn.c
+++ b/crypto/ct/ct_prn.c
@@ -16,8 +16,6 @@
#include "ct_local.h"
-DEFINE_STACK_OF(SCT)
-
static void SCT_signature_algorithms_print(const SCT *sct, BIO *out)
{
int nid = SCT_get_signature_nid(sct);