From 19bdfda6a2975ab71cd30058a34fb48cb3eee562 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 30 Oct 2013 19:46:43 +0100 Subject: Separate ec25519-fhmqvc into multiple source files --- src/protocols/ec25519_fhmqvc/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/protocols/ec25519_fhmqvc/CMakeLists.txt') diff --git a/src/protocols/ec25519_fhmqvc/CMakeLists.txt b/src/protocols/ec25519_fhmqvc/CMakeLists.txt index 91d6eaa..48d2ef4 100644 --- a/src/protocols/ec25519_fhmqvc/CMakeLists.txt +++ b/src/protocols/ec25519_fhmqvc/CMakeLists.txt @@ -2,5 +2,8 @@ include_directories(${FASTD_SOURCE_DIR}/src ${FASTD_BINARY_DIR} ${UECC_INCLUDE_D add_library(protocol_ec25519_fhmqvc OBJECT ec25519_fhmqvc.c + handshake.c + state.c + util.c ) set_property(TARGET protocol_ec25519_fhmqvc PROPERTY COMPILE_FLAGS "${FASTD_CFLAGS}") -- cgit v1.2.3