diff --git a/wolfssl/wolfcrypt/include.am b/wolfssl/wolfcrypt/include.am index 98a1487d6..60c5a6b48 100644 --- a/wolfssl/wolfcrypt/include.am +++ b/wolfssl/wolfcrypt/include.am @@ -122,3 +122,7 @@ endif if BUILD_FIPS_V2 nobase_include_HEADERS+= wolfssl/wolfcrypt/fips.h endif + +if BUILD_FIPS_RAND +nobase_include_HEADERS+= wolfssl/wolfcrypt/fips.h +endif