Extend callback function to support print customization.
[openssl.git] / crypto / asn1 / x_req.c
index b3f18ebc12fb19f978f5ec999a1dc72e190a1426..271c07d67bda5cfce693291e25e521114498fa0b 100644 (file)
@@ -79,7 +79,8 @@
  *
  */
 
-static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
+static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
+                                                       void *exarg)
 {
        X509_REQ_INFO *rinf = (X509_REQ_INFO *)*pval;