summaryrefslogtreecommitdiff
path: root/crypto/xcbc.c
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2007-10-22 19:40:16 +0200
committerJens Axboe <jens.axboe@oracle.com>2007-10-22 19:40:16 +0200
commit6297497ab9f28fffe561d3c2b4acd9d3c520926d (patch)
tree4a337f214b49b701c9925ab1dd9dc253f22daa6f /crypto/xcbc.c
parent22e580c71505243109c0ce0bea8e709b2f96d704 (diff)
downloadlinux-crypto-6297497ab9f28fffe561d3c2b4acd9d3c520926d.tar.gz
linux-crypto-6297497ab9f28fffe561d3c2b4acd9d3c520926d.zip
[SG] Update crypto/ to sg helpers
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'crypto/xcbc.c')
-rw-r--r--crypto/xcbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/xcbc.c b/crypto/xcbc.c
index 9f502b86..ac68f3b6 100644
--- a/crypto/xcbc.c
+++ b/crypto/xcbc.c
@@ -120,7 +120,7 @@ static int crypto_xcbc_digest_update2(struct hash_desc *pdesc,
do {
- struct page *pg = sg[i].page;
+ struct page *pg = sg_page(&sg[i]);
unsigned int offset = sg[i].offset;
unsigned int slen = sg[i].length;