fipsified logc ( https://github.com/rxi/logc)
fips build system: https://github.com/floooh/fips
Add the dependency to your fips.yml file:
imports:
fips-logc:
git: https://github.com/darsausalo/fips-logc
Use logc as dependency in your targets:
fips_begin_*(...)
...
fips_deps(logc)
fips_end_*(...)