]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - crypto/hmac.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[karo-tx-linux.git] / crypto / hmac.c
index 8802fb6dd5a6c857e4d78880944d5f9c3cc6c9d4..e4eb6ac53b5c0b68e01643ce0ec2be97bca35939 100644 (file)
@@ -159,7 +159,8 @@ static int hmac_digest(struct hash_desc *pdesc, struct scatterlist *sg,
        desc.flags = pdesc->flags & CRYPTO_TFM_REQ_MAY_SLEEP;
 
        sg_set_buf(sg1, ipad, bs);
-       sg1[1].page = (void *)sg;
+
+       sg_set_page(&sg[1], (void *) sg);
        sg1[1].length = 0;
        sg_set_buf(sg2, opad, bs + ds);