diff --git a/linuxkm/module_exports.c.template b/linuxkm/module_exports.c.template index b1cc4533d..fde459814 100644 --- a/linuxkm/module_exports.c.template +++ b/linuxkm/module_exports.c.template @@ -25,6 +25,11 @@ #endif #include + +#ifdef HAVE_FIPS +#define FIPS_NO_WRAPPERS +#endif + #include #include #include @@ -103,6 +108,7 @@ #include #endif #ifdef HAVE_FIPS + #include #include #endif #ifdef HAVE_SELFTEST