aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/asn1_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-08-20 16:42:19 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-08-20 16:42:19 +0000
commitd0fff69dc958602b56872efc597bc0b153d20336 (patch)
tree67ebdcba2aeab48a70dbeb26a3cedd4884074c29 /crypto/asn1/asn1_locl.h
parent8c9bd893380664a5c7fbd6a62ae6d0c51461fca7 (diff)
downloadopenssl-d0fff69dc958602b56872efc597bc0b153d20336.zip
openssl-d0fff69dc958602b56872efc597bc0b153d20336.tar.gz
openssl-d0fff69dc958602b56872efc597bc0b153d20336.tar.bz2
Initial indirect CRL support.
Diffstat (limited to 'crypto/asn1/asn1_locl.h')
-rw-r--r--crypto/asn1/asn1_locl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/asn1/asn1_locl.h b/crypto/asn1/asn1_locl.h
index 3cead31..7d10700 100644
--- a/crypto/asn1/asn1_locl.h
+++ b/crypto/asn1/asn1_locl.h
@@ -128,6 +128,7 @@ struct x509_crl_method_st
int flags;
int (*crl_init)(X509_CRL *crl);
int (*crl_free)(X509_CRL *crl);
- int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret, ASN1_INTEGER *ser);
+ int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
+ ASN1_INTEGER *ser, X509_NAME *issuer);
int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk);
};