]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: tcrypt - constify check alg list
authorCorentin Labbe <clabbe@baylibre.com>
Fri, 8 Nov 2019 15:42:13 +0000 (15:42 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 17 Nov 2019 01:02:44 +0000 (09:02 +0800)
commit97dfb99c4c6b8b098ba633e5faf256d9b68aac60
tree979958132bd34502a720f1c70f743566c105f0fd
parent129fa7a3f736c5cc3092dc4e83e917dbffafa37e
crypto: tcrypt - constify check alg list

this patchs constify the alg list because this list is never modified.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c