Fix safestack issues in x509.h
[openssl.git] / apps / verify.c
index ed20b69b17495ad34d8b11daa2e74180cd01f102..c43a4e69a47a2fbbda6749b014eecb3920e9f3c7 100644 (file)
@@ -18,8 +18,6 @@
 #include <openssl/x509v3.h>
 #include <openssl/pem.h>
 
-DEFINE_STACK_OF(X509)
-DEFINE_STACK_OF(X509_CRL)
 DEFINE_STACK_OF_STRING()
 
 static int cb(int ok, X509_STORE_CTX *ctx);