diff options
Diffstat (limited to 'crypto/anubis.c')
-rw-r--r-- | crypto/anubis.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/anubis.c b/crypto/anubis.c index 77530d571c96..008c8a4fb67c 100644 --- a/crypto/anubis.c +++ b/crypto/anubis.c | |||
@@ -678,7 +678,6 @@ static struct crypto_alg anubis_alg = { | |||
678 | .cra_ctxsize = sizeof (struct anubis_ctx), | 678 | .cra_ctxsize = sizeof (struct anubis_ctx), |
679 | .cra_alignmask = 3, | 679 | .cra_alignmask = 3, |
680 | .cra_module = THIS_MODULE, | 680 | .cra_module = THIS_MODULE, |
681 | .cra_list = LIST_HEAD_INIT(anubis_alg.cra_list), | ||
682 | .cra_u = { .cipher = { | 681 | .cra_u = { .cipher = { |
683 | .cia_min_keysize = ANUBIS_MIN_KEY_SIZE, | 682 | .cia_min_keysize = ANUBIS_MIN_KEY_SIZE, |
684 | .cia_max_keysize = ANUBIS_MAX_KEY_SIZE, | 683 | .cia_max_keysize = ANUBIS_MAX_KEY_SIZE, |