summaryrefslogtreecommitdiff
path: root/crypto/pkcs7/verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pkcs7/verify.c')
-rw-r--r--crypto/pkcs7/verify.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/pkcs7/verify.c b/crypto/pkcs7/verify.c
index 38b89b5080..d2d46d4aa4 100644
--- a/crypto/pkcs7/verify.c
+++ b/crypto/pkcs7/verify.c
@@ -204,9 +204,7 @@ err:
}
/* should be X509 * but we can just have them as char *. */
-int verify_callback(ok, ctx)
-int ok;
-X509_STORE_CTX *ctx;
+int verify_callback(int ok, X509_STORE_CTX *ctx)
{
char buf[256];
X509 *err_cert;