Fix safestack issues in asn1.h
[openssl.git] / crypto / x509 / v3_purp.c
index 2d4098b6292af90bde5fe50ebc7f9889513c95a2..92f3bbe3b0ddd3ae68c9773812431a49e8521678 100644 (file)
 #include "internal/tsan_assist.h"
 #include "x509_local.h"
 
-DEFINE_STACK_OF(GENERAL_NAME)
-DEFINE_STACK_OF(DIST_POINT)
-DEFINE_STACK_OF(X509_PURPOSE)
-DEFINE_STACK_OF(ASN1_OBJECT)
-
 static int check_ssl_ca(const X509 *x);
 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x,
                                     int ca);