In OpenSSL builds, declare STACK for datatypes ...
[openssl.git] / crypto / cmp / cmp_vfy.c
index 137b65b06b04d787d8fa95ae69da40d58f612c80..c124b0636fd0c31e10d7e05eb5ac00f6a7b8c2d2 100644 (file)
@@ -22,6 +22,8 @@
 #include <openssl/x509.h>
 #include "crypto/x509.h"
 
+DEFINE_STACK_OF(X509)
+
 /*
  * Verify a message protected by signature according to section 5.1.3.3
  * (sha1+RSA/DSA or any other algorithm supported by OpenSSL).