set inital value in NTRU rsa_test

This commit is contained in:
Jacob Barthelmeh
2015-09-08 10:27:44 -06:00
parent 6041b117d6
commit 10ad789c6f

View File

@@ -4045,7 +4045,7 @@ int rsa_test(void)
FILE* ntruPrivFile; FILE* ntruPrivFile;
int certSz; int certSz;
int pemSz; int pemSz;
word32 idx3; word32 idx3 = 0;
#ifdef WOLFSSL_TEST_CERT #ifdef WOLFSSL_TEST_CERT
DecodedCert decode; DecodedCert decode;
#endif #endif