aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/x509v3/v3_cpols.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/x509v3/v3_cpols.c')
-rw-r--r--openssl/crypto/x509v3/v3_cpols.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/openssl/crypto/x509v3/v3_cpols.c b/openssl/crypto/x509v3/v3_cpols.c
index ad0506d75..1f0798b94 100644
--- a/openssl/crypto/x509v3/v3_cpols.c
+++ b/openssl/crypto/x509v3/v3_cpols.c
@@ -450,5 +450,8 @@ void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent)
else
BIO_printf(out, "%*sNo Qualifiers\n", indent + 2, "");
}
-
+
+
IMPLEMENT_STACK_OF(X509_POLICY_NODE)
+IMPLEMENT_STACK_OF(X509_POLICY_DATA)
+