Skip to content

Commit 8090817

Browse files
committed
configure.ac: when KERNEL_MODE_DEFAULTS, set ENABLED_SMALL_STACK_CACHE_DEFAULT=yes regardless of FIPS/version.
1 parent 8e03d05 commit 8090817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7512,7 +7512,7 @@ then
75127512
fi
75137513
75147514
# Small Stack - Cache on object
7515-
if test "$KERNEL_MODE_DEFAULTS" = "yes" && (test "$ENABLED_FIPS" = "no" || test "$HAVE_FIPS_VERSION" -ge 6)
7515+
if test "$KERNEL_MODE_DEFAULTS" = "yes"
75167516
then
75177517
ENABLED_SMALL_STACK_CACHE_DEFAULT=yes
75187518
else

0 commit comments

Comments
 (0)