blob: 9e487d52c67502b8ac53a398f5ea503d7f6e41c9 [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.cc
)
target_link_libraries(dh_test crypto)