commit | e8306261a3625f7ef8b25bd6a71431a519cea607 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Sat Nov 09 18:09:36 2019 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun Nov 17 09:02:46 2019 +0800 |
tree | 7c7e90a89a0d6eb03234d0d47f65e06a216a51ea | |
parent | a9c01cd608c43912320c830275395f2c78c94719 [diff] |
crypto: nitrox - remove cra_type reference to ablkcipher Setting the cra_type field is not necessary for skciphers, and ablkcipher will be removed, so drop the assignment from the nitrox driver. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>