In OpenSSL builds, declare STACK for datatypes ...
[openssl.git] / apps / cmp_mock_srv.c
index 8ffe4ca5a816e11777b8f1ebe73c960eacb423e0..b45f98551c6def1ac7b5fb966b6e42b1b875c086 100644 (file)
 #include <openssl/err.h>
 #include <openssl/cmperr.h>
 
+DEFINE_STACK_OF(X509)
+DEFINE_STACK_OF(OSSL_CMP_ITAV)
+DEFINE_STACK_OF(ASN1_UTF8STRING)
 /* the context for the CMP mock server */
 typedef struct
 {