]> asedeno.scripts.mit.edu Git - linux.git/commit
crypto: api - remove another reference to blkcipher
authorEric Biggers <ebiggers@google.com>
Fri, 29 Nov 2019 18:16:48 +0000 (10:16 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 11 Dec 2019 08:36:56 +0000 (16:36 +0800)
commit0a940d4e27658a545884351c46a70b132272a38d
tree84f712669e5615699cae0eb89f8ce144059670aa
parent8e8c778d9ed4fdc5a9af108c7023bfb640a673f2
crypto: api - remove another reference to blkcipher

Update a comment to refer to crypto_alloc_skcipher() rather than
crypto_alloc_blkcipher() (the latter having been removed).

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/api.c