From 8090817c110f0fb0ddacb6337674bad556c897a4 Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Tue, 16 Dec 2025 16:58:56 -0600 Subject: [PATCH] configure.ac: when KERNEL_MODE_DEFAULTS, set ENABLED_SMALL_STACK_CACHE_DEFAULT=yes regardless of FIPS/version. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index afef3fc59..be23c49ae 100644 --- a/configure.ac +++ b/configure.ac @@ -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