diff options
Diffstat (limited to 'crypto/blowfish_generic.c')
-rw-r--r-- | crypto/blowfish_generic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/blowfish_generic.c b/crypto/blowfish_generic.c index 6f269b5cfa3b..8baf5447d35b 100644 --- a/crypto/blowfish_generic.c +++ b/crypto/blowfish_generic.c | |||
@@ -115,7 +115,6 @@ static struct crypto_alg alg = { | |||
115 | .cra_ctxsize = sizeof(struct bf_ctx), | 115 | .cra_ctxsize = sizeof(struct bf_ctx), |
116 | .cra_alignmask = 3, | 116 | .cra_alignmask = 3, |
117 | .cra_module = THIS_MODULE, | 117 | .cra_module = THIS_MODULE, |
118 | .cra_list = LIST_HEAD_INIT(alg.cra_list), | ||
119 | .cra_u = { .cipher = { | 118 | .cra_u = { .cipher = { |
120 | .cia_min_keysize = BF_MIN_KEY_SIZE, | 119 | .cia_min_keysize = BF_MIN_KEY_SIZE, |
121 | .cia_max_keysize = BF_MAX_KEY_SIZE, | 120 | .cia_max_keysize = BF_MAX_KEY_SIZE, |