Skip to content

Commit 0a940d4

Browse files
ebiggersherbertx
authored andcommitted
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>
1 parent 8e8c778 commit 0a940d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ EXPORT_SYMBOL_GPL(crypto_find_alg);
516516
*
517517
* The returned transform is of a non-determinate type. Most people
518518
* should use one of the more specific allocation functions such as
519-
* crypto_alloc_blkcipher.
519+
* crypto_alloc_skcipher().
520520
*
521521
* In case of error the return value is an error pointer.
522522
*/

0 commit comments

Comments
 (0)