aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorEric Biggers <[email protected]>2018-06-30 15:16:15 -0700
committerHerbert Xu <[email protected]>2018-07-09 00:30:27 +0800
commit2c95e6d97892235b5b98cd4805e47fac87c2226f (patch)
treefda4952611a0d2404439b0c316f8a57474d5207b /tools/perf/scripts/python/bin
parent3f4a537a26a68600ed1439222fb5e5c3aa513c7a (diff)
crypto: skcipher - remove useless setting of type flags
Some skcipher algorithms set .cra_flags = CRYPTO_ALG_TYPE_SKCIPHER. But this is redundant with the C structure type ('struct skcipher_alg'), and crypto_register_skcipher() already sets the type flag automatically, clearing any type flag that was already there. Apparently the useless assignment has just been copy+pasted around. So, remove the useless assignment from all the skcipher algorithms. This patch shouldn't change any actual behavior. Signed-off-by: Eric Biggers <[email protected]> Acked-by: Gilad Ben-Yossef <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions