Re: [PATCH] crypto: skcipher - Remove unused crypto_lookup_skcipher() declaration

2016-10-20 Thread Herbert Xu
On Fri, Oct 07, 2016 at 02:13:34PM -0700, Eric Biggers wrote: > The definition of crypto_lookup_skcipher() was already removed in > commit 3a01d0ee2b99 ("crypto: skcipher - Remove top-level givcipher > interface"). So the declaration should be removed too. > > Signed-off-by: Eric Biggers Patch

[PATCH] crypto: skcipher - Remove unused crypto_lookup_skcipher() declaration

2016-10-07 Thread Eric Biggers
The definition of crypto_lookup_skcipher() was already removed in commit 3a01d0ee2b99 ("crypto: skcipher - Remove top-level givcipher interface"). So the declaration should be removed too. Signed-off-by: Eric Biggers --- include/crypto/internal/skcipher.h | 2 -- 1 file changed, 2 deletions(-)