summaryrefslogtreecommitdiffstats
path: root/crypto/x509/pcy_node.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/pcy_node.c')
-rw-r--r--crypto/x509/pcy_node.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/x509/pcy_node.c b/crypto/x509/pcy_node.c
index fc06a31c51..5afd08121a 100644
--- a/crypto/x509/pcy_node.c
+++ b/crypto/x509/pcy_node.c
@@ -14,6 +14,9 @@
#include "pcy_local.h"
+DEFINE_STACK_OF(X509_POLICY_NODE)
+DEFINE_STACK_OF(ASN1_OBJECT)
+
static int node_cmp(const X509_POLICY_NODE *const *a,
const X509_POLICY_NODE *const *b)
{