diff options
Diffstat (limited to 'crypto/michael_mic.c')
-rw-r--r-- | crypto/michael_mic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/michael_mic.c b/crypto/michael_mic.c index 4f6ab23e14ad..701f859ed767 100644 --- a/crypto/michael_mic.c +++ b/crypto/michael_mic.c | |||
@@ -145,6 +145,7 @@ static struct crypto_alg michael_mic_alg = { | |||
145 | .cra_blocksize = 8, | 145 | .cra_blocksize = 8, |
146 | .cra_ctxsize = sizeof(struct michael_mic_ctx), | 146 | .cra_ctxsize = sizeof(struct michael_mic_ctx), |
147 | .cra_module = THIS_MODULE, | 147 | .cra_module = THIS_MODULE, |
148 | .cra_alignmask = 3, | ||
148 | .cra_list = LIST_HEAD_INIT(michael_mic_alg.cra_list), | 149 | .cra_list = LIST_HEAD_INIT(michael_mic_alg.cra_list), |
149 | .cra_u = { .digest = { | 150 | .cra_u = { .digest = { |
150 | .dia_digestsize = 8, | 151 | .dia_digestsize = 8, |