From 8ee361a0d489b7ec561f75a4b380c533f36b43eb Mon Sep 17 00:00:00 2001 From: toddouska Date: Tue, 24 Feb 2015 12:46:53 -0800 Subject: [PATCH] fix scan-build warning --- wolfcrypt/src/chacha20_poly1305.c | 1 - 1 file changed, 1 deletion(-) 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 */