Skip to content

Commit 180d819

Browse files
committed
Added WOLFSSL_SP_NO_DYN_STACK
1 parent e186531 commit 180d819

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/user_settings.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,11 @@ extern int tolower(int c);
265265

266266

267267
/* Memory model */
268+
269+
270+
/* Disable VLAs */
271+
#define WOLFSSL_SP_NO_DYN_STACK
272+
268273
#ifndef WOLFBOOT_SMALL_STACK
269274
# ifdef WOLFSSL_SP_MATH
270275
# define WOLFSSL_SP_NO_MALLOC

0 commit comments

Comments
 (0)