Sign in
boringssl
/
boringssl
/
0ff377a30c10e7ea34eb5efc5b5a8ebb90d8ba9a
/
.
/
util
/
fipstools
/
CMakeLists.txt
blob: 87abf0ab1c4314ae805046ad24b0472d34a7a45f [
file
]
if(FIPS)
add_executable(
test_fips
test_fips.c
)
target_link_libraries(test_fips crypto)
endif()