mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 03:22:19 +01:00
configure.ac: when KERNEL_MODE_DEFAULTS, set ENABLED_SMALL_STACK_CACHE_DEFAULT=yes regardless of FIPS/version.
This commit is contained in:
@@ -7512,7 +7512,7 @@ then
|
||||
fi
|
||||
|
||||
# Small Stack - Cache on object
|
||||
if test "$KERNEL_MODE_DEFAULTS" = "yes" && (test "$ENABLED_FIPS" = "no" || test "$HAVE_FIPS_VERSION" -ge 6)
|
||||
if test "$KERNEL_MODE_DEFAULTS" = "yes"
|
||||
then
|
||||
ENABLED_SMALL_STACK_CACHE_DEFAULT=yes
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user