aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/x_crl.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/x_crl.c')
-rw-r--r--crypto/asn1/x_crl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/asn1/x_crl.c b/crypto/asn1/x_crl.c
index 79eab4f398..bcbae1b32b 100644
--- a/crypto/asn1/x_crl.c
+++ b/crypto/asn1/x_crl.c
@@ -506,10 +506,6 @@ void *X509_CRL_get_meth_data(X509_CRL *crl)
return crl->meth_data;
}
-IMPLEMENT_STACK_OF(X509_REVOKED)
-
IMPLEMENT_ASN1_SET_OF(X509_REVOKED)
-IMPLEMENT_STACK_OF(X509_CRL)
-
IMPLEMENT_ASN1_SET_OF(X509_CRL)