From 516f140bef4cafa9fea860dd2e5f34021d30f237 Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 24 May 2018 14:32:14 -0400 Subject: [PATCH] ntcp2 crypto added --- build/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index fc9ca417..8ea4bfcc 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -77,6 +77,8 @@ set (LIBI2PD_SRC "${LIBI2PD_SRC_DIR}/api.cpp" "${LIBI2PD_SRC_DIR}/Event.cpp" "${LIBI2PD_SRC_DIR}/Gost.cpp" + "${LIBI2PD_SRC_DIR}/ChaCha20.cpp" + "${LIBI2PD_SRC_DIR}/Poly1305.cpp" ) if (WITH_WEBSOCKETS)