Fix safestack issues in x509.h
[openssl.git] / crypto / x509 / x509_v3.c
index f0596672631cd37a2451ff70f6cd8cde203a05c8..96ba940aa4c4439ce5492fa2287141c3ca66fae7 100644 (file)
@@ -17,8 +17,6 @@
 #include <openssl/x509v3.h>
 #include "x509_local.h"
 
-DEFINE_STACK_OF(X509_EXTENSION)
-
 int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x)
 {
     if (x == NULL)