aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/x509_ext.c')
-rw-r--r--crypto/x509/x509_ext.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/x509/x509_ext.c b/crypto/x509/x509_ext.c
index 1790b1b8c3..c5a3ad9929 100644
--- a/crypto/x509/x509_ext.c
+++ b/crypto/x509/x509_ext.c
@@ -205,5 +205,3 @@ int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
{
return X509V3_add1_i2d(&x->extensions, nid, value, crit, flags);
}
-
-IMPLEMENT_ASN1_SET_OF(X509_EXTENSION)