diff --git a/wolfcrypt/src/chacha20_poly1305.c b/wolfcrypt/src/chacha20_poly1305.c index 8c098dc73..d405df213 100644 --- a/wolfcrypt/src/chacha20_poly1305.c +++ b/wolfcrypt/src/chacha20_poly1305.c @@ -180,7 +180,6 @@ static int calculateAuthTag( byte little64[8]; XMEMSET(padding, 0, sizeof(padding)); - paddingLen = 0; /* Initialize Poly1305 */