From b8bc85d035f95c4a0c97a269799e712069753f9d Mon Sep 17 00:00:00 2001 From: Jussi Kivilinna Date: Mon, 10 Oct 2011 12:32:15 +0300 Subject: [PATCH] --- yaml --- r: 272307 b: refs/heads/master c: a516ebafdf231702b7461cab562c7fe328ef972b h: refs/heads/master i: 272305: fc04334bd2c15cfc4b8809cf5a751fc442d142ab 272303: fa77c336a571f85e61aa6393e1bc832f6f294d47 v: v3 --- [refs] | 2 +- trunk/arch/x86/crypto/blowfish_glue.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d91bc9698ee8..54bdd998e86d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ac4385d250d83fae0148607d9fb694aa6e90ab9c +refs/heads/master: a516ebafdf231702b7461cab562c7fe328ef972b diff --git a/trunk/arch/x86/crypto/blowfish_glue.c b/trunk/arch/x86/crypto/blowfish_glue.c index 2568a7b71630..b05aa163d55a 100644 --- a/trunk/arch/x86/crypto/blowfish_glue.c +++ b/trunk/arch/x86/crypto/blowfish_glue.c @@ -428,7 +428,7 @@ static struct crypto_alg blk_ctr_alg = { .cra_driver_name = "ctr-blowfish-asm", .cra_priority = 300, .cra_flags = CRYPTO_ALG_TYPE_BLKCIPHER, - .cra_blocksize = BF_BLOCK_SIZE, + .cra_blocksize = 1, .cra_ctxsize = sizeof(struct bf_ctx), .cra_alignmask = 0, .cra_type = &crypto_blkcipher_type,