diff --git a/wolfcrypt/src/wc_mlkem_poly.c b/wolfcrypt/src/wc_mlkem_poly.c index 69c808ac4c..c587c9f660 100644 --- a/wolfcrypt/src/wc_mlkem_poly.c +++ b/wolfcrypt/src/wc_mlkem_poly.c @@ -72,15 +72,6 @@ #include -#if FIPS_VERSION3_GE(2,0,0) - /* Windows orders the module by section name, so this places ML-KEM inside - * the range the integrity check covers. */ - #ifdef USE_WINDOWS_API - #pragma code_seg(".fipsA$nb") - #pragma const_seg(".fipsB$nb") - #endif -#endif - #ifdef WC_MLKEM_NO_ASM #undef USE_INTEL_SPEEDUP #undef WOLFSSL_ARMASM diff --git a/wolfcrypt/src/wc_slhdsa.c b/wolfcrypt/src/wc_slhdsa.c index feb3cc65c7..f34d8a28e5 100644 --- a/wolfcrypt/src/wc_slhdsa.c +++ b/wolfcrypt/src/wc_slhdsa.c @@ -24,16 +24,6 @@ #include -#if FIPS_VERSION3_GE(2,0,0) - /* Windows orders the module by section name, so this places SLH-DSA - * inside the range the integrity check covers: after sha3 (.fipsA$n) and - * before fips.c (.fipsA$o). */ - #ifdef USE_WINDOWS_API - #pragma code_seg(".fipsA$nh") - #pragma const_seg(".fipsB$nh") - #endif -#endif - #include #ifdef WOLFSSL_HAVE_SLHDSA