Sign in
boringssl
/
boringssl
/
4c31123bfcb6047a54310112b678b37e2a1bfec7
/
.
/
crypto
/
dh
/
CMakeLists.txt
blob: a154ef1c03c3a7c7d0e16a2484011b87c98da6bf [
file
] [
log
] [
blame
]
include_directories(. .. ../../include)
add_library(
dh
OBJECT
dh.c
dh_impl.c
params.c
check.c
dh_asn1.c
)
add_executable(
dh_test
dh_test.c
)
target_link_libraries(dh_test crypto)