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