Fix safestack issues in x509.h
[openssl.git] / crypto / cmp / cmp_vfy.c
index f5026e0bbc422d4e1fe9f0029b2250a734efce37..00757c11ae96cd40619a40420c388a262097bf2f 100644 (file)
@@ -22,8 +22,6 @@
 #include <openssl/x509.h>
 #include "crypto/x509.h"
 
-DEFINE_STACK_OF(X509)
-
 /* Verify a message protected by signature according to RFC section 5.1.3.3 */
 static int verify_signature(const OSSL_CMP_CTX *cmp_ctx,
                             const OSSL_CMP_MSG *msg, X509 *cert)