reduce der buffer size

pull/7362/head
John Bland 2024-03-28 12:56:26 -04:00
parent 6cc32e90b0
commit 7c0423eb65
1 changed files with 1 additions and 1 deletions

View File

@ -18999,7 +18999,7 @@ static wc_test_ret_t rsa_keygen_test(WC_RNG* rng)
#ifndef WOLFSSL_NO_MALLOC
byte* der = NULL;
#else
byte der[FOURK_BUF];
byte der[1024];
#endif
#ifndef WOLFSSL_CRYPTOCELL
word32 idx = 0;