1if(FIPS) 2 add_executable( 3 test_fips 4 5 test_fips.c 6 ) 7 target_link_libraries(test_fips crypto) 8endif() 9