summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2003-12-16 14:13:47 +0000
committerbms <bms@FreeBSD.org>2003-12-16 14:13:47 +0000
commit1b8b89ab32a670ae5569eb2305e03c563ebe89ab (patch)
tree1200da15acf451b76081b2c4b9a4e9a85928ee70 /sys/opencrypto
parent0d7845a7ec88c3df6156acd09ffd1e01a76cae8e (diff)
downloadFreeBSD-src-1b8b89ab32a670ae5569eb2305e03c563ebe89ab.zip
FreeBSD-src-1b8b89ab32a670ae5569eb2305e03c563ebe89ab.tar.gz
style(9) pass and type fixups.
Submitted by: bde
Diffstat (limited to 'sys/opencrypto')
-rw-r--r--sys/opencrypto/cryptosoft.c2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud