diff options
Diffstat (limited to 'crypto/seed.c')
-rw-r--r-- | crypto/seed.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/seed.c b/crypto/seed.c index d3e422f60556..9c904d6d2151 100644 --- a/crypto/seed.c +++ b/crypto/seed.c | |||
@@ -449,7 +449,6 @@ static struct crypto_alg seed_alg = { | |||
449 | .cra_ctxsize = sizeof(struct seed_ctx), | 449 | .cra_ctxsize = sizeof(struct seed_ctx), |
450 | .cra_alignmask = 3, | 450 | .cra_alignmask = 3, |
451 | .cra_module = THIS_MODULE, | 451 | .cra_module = THIS_MODULE, |
452 | .cra_list = LIST_HEAD_INIT(seed_alg.cra_list), | ||
453 | .cra_u = { | 452 | .cra_u = { |
454 | .cipher = { | 453 | .cipher = { |
455 | .cia_min_keysize = SEED_KEY_SIZE, | 454 | .cia_min_keysize = SEED_KEY_SIZE, |