Re: [PATCH 6/8] crypto: akcipher: the key parameter must be const u8 *

2015-11-17 Thread Herbert Xu
On Tue, Oct 20, 2015 at 09:34:02AM +0200, LABBE Corentin wrote: > All cryptoAPI setkey function set the key parameter as const u8 *. > This patch make the crypto_akcipher_setkey parameters like others. > > Signed-off-by: LABBE Corentin This patch no longer applies. --

[PATCH 6/8] crypto: akcipher: the key parameter must be const u8 *

2015-10-12 Thread LABBE Corentin
All cryptoAPI setkey function set the key parameter as const u8 *. This patch make the crypto_akcipher_setkey parameters like others. Signed-off-by: LABBE Corentin --- include/crypto/akcipher.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git