Fix safestack issues in asn1.h
[openssl.git] / crypto / asn1 / a_strnid.c
index b2be46120834110db0986c8907b282443d6632b0..5fab787f3897a8893893460b1283283f99eb69c0 100644 (file)
@@ -12,8 +12,6 @@
 #include <openssl/asn1.h>
 #include <openssl/objects.h>
 
-DEFINE_STACK_OF(ASN1_STRING_TABLE)
-
 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
 static void st_free(ASN1_STRING_TABLE *tbl);
 static int sk_table_cmp(const ASN1_STRING_TABLE *const *a,