On Sat, Mar 03, 2018 at 04:29:46AM +0800, kbuild test robot wrote:
>
> Fixes: 09c0f03bf8ce ("crypto: x86/des3_ede - convert to skcipher interface")
> Signed-off-by: Fengguang Wu <[email protected]>
> ---
> des3_ede_glue.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/crypto/des3_ede_glue.c b/arch/x86/crypto/des3_ede_glue.c
> index f9c7bdc..5c610d4e 100644
> --- a/arch/x86/crypto/des3_ede_glue.c
> +++ b/arch/x86/crypto/des3_ede_glue.c
> @@ -404,7 +404,7 @@ static struct crypto_alg des3_ede_cipher = {
> }
> };
>
> -struct skcipher_alg des3_ede_skciphers[] = {
> +static struct skcipher_alg des3_ede_skciphers[] = {
> {
> .base.cra_name = "ecb(des3_ede)",
> .base.cra_driver_name = "ecb-des3_ede-asm",
Acked-by: Eric Biggers <[email protected]>
Thanks!