Fix safestack issues in ct.h
[openssl.git] / crypto / ct / ct_sct.c
index f6c262c967687b4c0be1411c4a7eae9b5a0b289a..1b8e1dc61ef70adfd60e40d0a4d5f30bb0059b16 100644 (file)
@@ -19,8 +19,6 @@
 
 #include "ct_local.h"
 
-DEFINE_STACK_OF(SCT)
-
 SCT *SCT_new(void)
 {
     SCT *sct = OPENSSL_zalloc(sizeof(*sct));