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