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 BUG_ON(ret != bsize); 39 data += bsize - index; 40 len -= bsize - index; 41 } 42 43 /* process as many blocks as possible */
··· 38 BUG_ON(ret != bsize); 39 data += bsize - index; 40 len -= bsize - index; 41 + index = 0; 42 } 43 44 /* process as many blocks as possible */