Index: openssl/crypto/asn1/x_req.c |
=================================================================== |
--- openssl/crypto/asn1/x_req.c (revision 105093) |
+++ openssl/crypto/asn1/x_req.c (working copy) |
@@ -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; |