Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
crypto: sha-s390 - Reset index after processing partial block

+1
+1
arch/s390/crypto/sha_common.c
··· 38 38 BUG_ON(ret != bsize); 39 39 data += bsize - index; 40 40 len -= bsize - index; 41 + index = 0; 41 42 } 42 43 43 44 /* process as many blocks as possible */