From: Eric Biggers Date: Fri, 29 Nov 2019 18:16:48 +0000 (-0800) Subject: crypto: api - remove another reference to blkcipher X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0a940d4e27658a545884351c46a70b132272a38d;p=linux.git 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 Signed-off-by: Herbert Xu --- diff --git a/crypto/api.c b/crypto/api.c index 55bca28df92d8..4d3d13872facf 100644 --- a/crypto/api.c +++ b/crypto/api.c @@ -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. */