blob: 87960b479c9779a6a6a4b8dc24d325c46f3694ce [file] [log] [blame]
if(FIPS)
add_executable(
test_fips
test_fips.c
)
add_dependencies(test_fips global_target)
target_link_libraries(test_fips crypto)
endif()