Initial support for pluggable public key ASN1 support. Process most public
[openssl.git] / crypto / asn1 / x_crl.c
index b99f8fc522c1e2a6b25f72a61b3ffb0cf3a67ecb..0f727114523ee7f8c5de7f26fad96ea61f6de92d 100644 (file)
@@ -74,7 +74,8 @@ ASN1_SEQUENCE(X509_REVOKED) = {
  * Since we cache the original encoding the signature wont be affected by
  * reordering of the revoked field.
  */
-static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
+static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
+                                                               void *exarg)
 {
        X509_CRL_INFO *a = (X509_CRL_INFO *)*pval;