mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
test.c:rsa_test(): fix uninited pointer
This commit is contained in:
@@ -13015,7 +13015,7 @@ exit_rsa:
|
||||
static int rsa_test(void)
|
||||
{
|
||||
int ret;
|
||||
byte* tmp;
|
||||
byte* tmp = NULL;
|
||||
byte* der = NULL;
|
||||
size_t bytes;
|
||||
WC_RNG rng;
|
||||
|
Reference in New Issue
Block a user