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)
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

index 55bca28df92d864c3101b5738bfe0a787875a126..4d3d13872facfcd4618c197a49b87a483d446c3f 100644 (file)
@@ -516,7 +516,7 @@ EXPORT_SYMBOL_GPL(crypto_find_alg);
  *
  *     The returned transform is of a non-determinate type.  Most people
  *     should use one of the more specific allocation functions such as
- *     crypto_alloc_blkcipher.
+ *     crypto_alloc_skcipher().
  *
  *     In case of error the return value is an error pointer.
  */