Skip to content

Commit

Permalink
Added WOLFSSL_SP_NO_DYN_STACK to user_settings.h
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Jul 5, 2023
1 parent f8ab328 commit 097d1f2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,10 @@ extern int tolower(int c);

/* Memory model */


/* Disable VLAs */
#define WOLFSSL_SP_NO_DYN_STACK
#ifdef WOLFSSL_SP_MATH
/* Disable VLAs */
#define WOLFSSL_SP_NO_DYN_STACK
#endif

#ifndef WOLFBOOT_SMALL_STACK
# ifdef WOLFSSL_SP_MATH
Expand Down

0 comments on commit 097d1f2

Please sign in to comment.