Skip to content

Commit d212422

Browse files
committed
Enable small stack
1 parent bd0c85e commit d212422

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

stsafe/user_settings.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ extern "C" {
3131
/* ------------------------------------------------------------------------- */
3232
#define SIZEOF_LONG_LONG 8
3333

34+
/* Use small stack (heap allocation for large buffers) */
35+
#define WOLFSSL_SMALL_STACK
36+
3437
/* Threading - single threaded for simple testing */
3538
/* #define SINGLE_THREADED */
3639

0 commit comments

Comments
 (0)