summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/x_crl.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-22 01:02:03 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:46:26 +0000
commit4bc991384404d05e49e3aa622c142c7b7d05ef7b (patch)
tree8a629b6e88a6da6ec92de0e62d113ea077ad77f6 /crypto/asn1/x_crl.c
parenta8b966f48f23fb66645d409c609603e8b8a005f1 (diff)
Rerun util/openssl-format-source -v -c .OpenSSL_1_0_0-post-auto-reformat
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/asn1/x_crl.c')
-rw-r--r--crypto/asn1/x_crl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/asn1/x_crl.c b/crypto/asn1/x_crl.c
index cd5c0bfb18..e258c714b2 100644
--- a/crypto/asn1/x_crl.c
+++ b/crypto/asn1/x_crl.c
@@ -344,6 +344,7 @@ IMPLEMENT_ASN1_FUNCTIONS(X509_REVOKED)
IMPLEMENT_ASN1_FUNCTIONS(X509_CRL_INFO)
IMPLEMENT_ASN1_FUNCTIONS(X509_CRL)
+
IMPLEMENT_ASN1_DUP_FUNCTION(X509_CRL)
static int X509_REVOKED_cmp(const X509_REVOKED *const *a,
@@ -510,4 +511,5 @@ IMPLEMENT_STACK_OF(X509_REVOKED)
IMPLEMENT_ASN1_SET_OF(X509_REVOKED)
IMPLEMENT_STACK_OF(X509_CRL)
+
IMPLEMENT_ASN1_SET_OF(X509_CRL)