set inital value in NTRU rsa_test

pull/132/merge
Jacob Barthelmeh 2015-09-08 10:27:44 -06:00
parent 6041b117d6
commit 10ad789c6f
1 changed files with 1 additions and 1 deletions

View File

@ -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