summaryrefslogtreecommitdiffstats
path: root/crypto/x509/v3_asid.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/v3_asid.c')
-rw-r--r--crypto/x509/v3_asid.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/x509/v3_asid.c b/crypto/x509/v3_asid.c
index 6cb5cd5546..798185a7b4 100644
--- a/crypto/x509/v3_asid.c
+++ b/crypto/x509/v3_asid.c
@@ -55,6 +55,10 @@ IMPLEMENT_ASN1_FUNCTIONS(ASIdOrRange)
IMPLEMENT_ASN1_FUNCTIONS(ASIdentifierChoice)
IMPLEMENT_ASN1_FUNCTIONS(ASIdentifiers)
+DEFINE_STACK_OF(ASIdOrRange)
+DEFINE_STACK_OF(CONF_VALUE)
+DEFINE_STACK_OF(X509)
+
/*
* i2r method for an ASIdentifierChoice.
*/