diff options
Diffstat (limited to 'crypto/cast6.c')
-rw-r--r-- | crypto/cast6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/cast6.c b/crypto/cast6.c index d317fff6ea10..9e28740ba775 100644 --- a/crypto/cast6.c +++ b/crypto/cast6.c | |||
@@ -513,6 +513,7 @@ static struct crypto_alg alg = { | |||
513 | .cra_flags = CRYPTO_ALG_TYPE_CIPHER, | 513 | .cra_flags = CRYPTO_ALG_TYPE_CIPHER, |
514 | .cra_blocksize = CAST6_BLOCK_SIZE, | 514 | .cra_blocksize = CAST6_BLOCK_SIZE, |
515 | .cra_ctxsize = sizeof(struct cast6_ctx), | 515 | .cra_ctxsize = sizeof(struct cast6_ctx), |
516 | .cra_alignmask = 3, | ||
516 | .cra_module = THIS_MODULE, | 517 | .cra_module = THIS_MODULE, |
517 | .cra_list = LIST_HEAD_INIT(alg.cra_list), | 518 | .cra_list = LIST_HEAD_INIT(alg.cra_list), |
518 | .cra_u = { | 519 | .cra_u = { |