Re: [PATCH] poly1305: Make prototypes match

From: Andi Kleen
Date: Fri May 14 2021 - 10:14:03 EST


On Fri, May 14, 2021 at 06:48:13PM +0800, Herbert Xu wrote:
> On Sun, Apr 25, 2021 at 02:13:25PM -0700, Andi Kleen wrote:
> > From: Andi Kleen <andi@xxxxxxxxxxxxxx>
> >
> > gcc 11 complains when arrays in prototypes do not match the function.
> > Fix this here.
> >
> > Cc: Jason A. Donenfeld <Jason@xxxxxxxxx>
> > Cc: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
> > Signed-off-by: Andi Kleen <andi@xxxxxxxxxxxxxx>
> > ---
> > include/crypto/internal/poly1305.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Just noticed that this wasn't cc'ed to linux-crypto. Andi, could
> you please resend with a cc to the list?

I thought it was already fixed by Arnd? I think I collided with him.

-Andi