X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fblowfish.c;h=7f710b201f2059cf66f8e2ffb4c2002cd8e14115;hb=abdda7331d469fa965167365f011d05e226008fb;hp=99fc45950d5064c9a9049eba11995243274b59dd;hpb=06ace7a9bafeb9047352707eb79e8eaa0dfdf5f2;p=linux-2.6 diff --git a/crypto/blowfish.c b/crypto/blowfish.c index 99fc45950d..7f710b201f 100644 --- a/crypto/blowfish.c +++ b/crypto/blowfish.c @@ -453,6 +453,7 @@ static struct crypto_alg alg = { .cra_flags = CRYPTO_ALG_TYPE_CIPHER, .cra_blocksize = BF_BLOCK_SIZE, .cra_ctxsize = sizeof(struct bf_ctx), + .cra_alignmask = 3, .cra_module = THIS_MODULE, .cra_list = LIST_HEAD_INIT(alg.cra_list), .cra_u = { .cipher = {