mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
reduce der buffer size
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user