In OpenSSL builds, declare STACK for datatypes ...
[oweals/openssl.git] / crypto / x509 / pcy_cache.c
index 56d3401ffbd21264b15dfc2d90aff23d8cc8761d..a7bcfe601395ca6b613078eacdf2960ea1d55eb8 100644 (file)
@@ -12,7 +12,9 @@
 #include <openssl/x509v3.h>
 #include "crypto/x509.h"
 
-#include "pcy_int.h"
+#include "pcy_local.h"
+
+DEFINE_STACK_OF(POLICYINFO)
 
 static int policy_data_cmp(const X509_POLICY_DATA *const *a,
                            const X509_POLICY_DATA *const *b);