From 10ad789c6f558454bb49120138b0398895bfb8c3 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Tue, 8 Sep 2015 10:27:44 -0600 Subject: [PATCH] set inital value in NTRU rsa_test --- wolfcrypt/test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 525aca9d3..7d9324952 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -4045,7 +4045,7 @@ int rsa_test(void) FILE* ntruPrivFile; int certSz; int pemSz; - word32 idx3; + word32 idx3 = 0; #ifdef WOLFSSL_TEST_CERT DecodedCert decode; #endif