diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 536741771..1474462ce 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -12227,7 +12227,7 @@ static int rsa_no_pad_test(void) { WC_RNG rng; RsaKey key; - byte* tmp; + byte* tmp = NULL; size_t bytes; int ret; word32 inLen = 0;