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