1. Add fips.h to the install if doing a wolfRand build.
This commit is contained in:
John Safranek
2019-06-24 16:46:22 -07:00
parent 63fe2a219e
commit 9d53e9b6d5

View File

@ -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