Fix safestack issues in asn1.h
[openssl.git] / crypto / x509 / x509_trs.c
index 92e2220a13b86270d0975ed1469a1266de8fb9ff..10718c347dda7ac98078ac1110e99dd24d7969aa 100644 (file)
@@ -12,8 +12,6 @@
 #include <openssl/x509v3.h>
 #include "crypto/x509.h"
 
-DEFINE_STACK_OF(ASN1_OBJECT)
-
 static int tr_cmp(const X509_TRUST *const *a, const X509_TRUST *const *b);
 static void trtable_free(X509_TRUST *p);