diff options
Diffstat (limited to 'crypto/anubis.c')
-rw-r--r-- | crypto/anubis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/anubis.c b/crypto/anubis.c index 94c4b1f3e3a7..2c796bdb91a6 100644 --- a/crypto/anubis.c +++ b/crypto/anubis.c @@ -677,6 +677,7 @@ static struct crypto_alg anubis_alg = { .cra_flags = CRYPTO_ALG_TYPE_CIPHER, .cra_blocksize = ANUBIS_BLOCK_SIZE, .cra_ctxsize = sizeof (struct anubis_ctx), + .cra_alignmask = 3, .cra_module = THIS_MODULE, .cra_list = LIST_HEAD_INIT(anubis_alg.cra_list), .cra_u = { .cipher = { |