aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/asn1/x_req.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/asn1/x_req.c')
-rw-r--r--openssl/crypto/asn1/x_req.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openssl/crypto/asn1/x_req.c b/openssl/crypto/asn1/x_req.c
index 59ca8ce32..d57555827 100644
--- a/openssl/crypto/asn1/x_req.c
+++ b/openssl/crypto/asn1/x_req.c
@@ -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;