diff options
Diffstat (limited to 'crypto/chacha20_generic.c')
-rw-r--r-- | crypto/chacha20_generic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/chacha20_generic.c b/crypto/chacha20_generic.c index b5a10ebf1b82..bb4affbd591c 100644 --- a/crypto/chacha20_generic.c +++ b/crypto/chacha20_generic.c | |||
@@ -105,7 +105,6 @@ static struct skcipher_alg alg = { | |||
105 | .base.cra_priority = 100, | 105 | .base.cra_priority = 100, |
106 | .base.cra_blocksize = 1, | 106 | .base.cra_blocksize = 1, |
107 | .base.cra_ctxsize = sizeof(struct chacha20_ctx), | 107 | .base.cra_ctxsize = sizeof(struct chacha20_ctx), |
108 | .base.cra_alignmask = sizeof(u32) - 1, | ||
109 | .base.cra_module = THIS_MODULE, | 108 | .base.cra_module = THIS_MODULE, |
110 | 109 | ||
111 | .min_keysize = CHACHA20_KEY_SIZE, | 110 | .min_keysize = CHACHA20_KEY_SIZE, |