Fix safestack issues in asn1.h
[openssl.git] / crypto / asn1 / asn1_lib.c
index 47ae801b94ebf73593d1b5a496525d65a3e96668..1331f608f42bd8fe671b5522375bcd304714e72f 100644 (file)
@@ -13,8 +13,6 @@
 #include <openssl/asn1.h>
 #include "asn1_local.h"
 
-DEFINE_STACK_OF(ASN1_UTF8STRING)
-
 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl,
                            long max);
 static void asn1_put_length(unsigned char **pp, int length);