summaryrefslogtreecommitdiff
path: root/crypto/asn1/asn1_locl.h
diff options
context:
space:
mode:
authorsteve <steve>2008-08-20 16:42:17 +0000
committersteve <steve>2008-08-20 16:42:17 +0000
commit40981851df36fee8913f925902cd4966d9022fc2 (patch)
tree54f53b8fefe623a0d1f881a0f7e7f48feecefd43 /crypto/asn1/asn1_locl.h
parentfb6cdc0edc12a458b89d5651676ada4e67c56d53 (diff)
downloadopenssl-40981851df36fee8913f925902cd4966d9022fc2.tar.gz
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 3cead31fc..7d10700fe 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);
};