summaryrefslogtreecommitdiffstats
path: root/crypto/x509/v3_crld.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/v3_crld.c')
-rw-r--r--crypto/x509/v3_crld.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/x509/v3_crld.c b/crypto/x509/v3_crld.c
index b23a9619e1..21a1bfcd7d 100644
--- a/crypto/x509/v3_crld.c
+++ b/crypto/x509/v3_crld.c
@@ -17,6 +17,11 @@
#include "crypto/x509.h"
#include "ext_dat.h"
+DEFINE_STACK_OF(CONF_VALUE)
+DEFINE_STACK_OF(GENERAL_NAME)
+DEFINE_STACK_OF(DIST_POINT)
+DEFINE_STACK_OF(X509_NAME_ENTRY)
+
static void *v2i_crld(const X509V3_EXT_METHOD *method,
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
static int i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out,