From 1b8b89ab32a670ae5569eb2305e03c563ebe89ab Mon Sep 17 00:00:00 2001 From: bms Date: Tue, 16 Dec 2003 14:13:47 +0000 Subject: style(9) pass and type fixups. Submitted by: bde --- sys/opencrypto/cryptosoft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/opencrypto') diff --git a/sys/opencrypto/cryptosoft.c b/sys/opencrypto/cryptosoft.c index 3225620..051edbd 100644 --- a/sys/opencrypto/cryptosoft.c +++ b/sys/opencrypto/cryptosoft.c @@ -453,7 +453,7 @@ swcr_authcompute(struct cryptop *crp, struct cryptodesc *crd, break; case CRYPTO_BUF_MBUF: err = m_apply((struct mbuf *) buf, crd->crd_skip, crd->crd_len, - (int (*)(void *, caddr_t, unsigned int)) axf->Update, + (int (*)(void *, void *, unsigned int)) axf->Update, (caddr_t) &ctx); if (err) return err; -- cgit v1.1