summaryrefslogtreecommitdiffstats
path: root/crypto/md5.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-03-05 10:47:57 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2010-03-05 10:47:57 -0800
commit586fac13f8685bf9dfb32e1ee98bfb14f0dd0061 (patch)
tree6fe7df764a4298a15967139b8f2c69f88d5e22fc /crypto/md5.c
parent1f63b9c15b17d5af360c180f5c71537e954d5d3b (diff)
parent74781387822cd7a549123ae2b35862bf802689be (diff)
downloadlinux-586fac13f8685bf9dfb32e1ee98bfb14f0dd0061.tar.bz2
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: padata: Allocate the cpumask for the padata instance crypto: authenc - Move saved IV in front of the ablkcipher request crypto: hash - Fix handling of unaligned buffers crypto: authenc - Use correct ahash complete functions crypto: md5 - Set statesize
Diffstat (limited to 'crypto/md5.c')
-rw-r--r--crypto/md5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/md5.c b/crypto/md5.c
index 9fda213a592e..30efc7dad891 100644
--- a/crypto/md5.c
+++ b/crypto/md5.c
@@ -234,6 +234,7 @@ static struct shash_alg alg = {
.export = md5_export,
.import = md5_import,
.descsize = sizeof(struct md5_state),
+ .statesize = sizeof(struct md5_state),
.base = {
.cra_name = "md5",
.cra_flags = CRYPTO_ALG_TYPE_SHASH,