From 298ae13e2ae8d527b5349a974119dd8411f046e3 Mon Sep 17 00:00:00 2001
From: Roman Khlopkov <roman.khlopkov@demlabs.net>
Date: Mon, 27 Apr 2020 17:14:14 +0300
Subject: [PATCH] [-] CMakeLists.txt duplicates removed

---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8fbe02a..3b0fa0f 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,8 +71,8 @@ file( GLOB CRYPTO_HEADERS
 enable_language(ASM)
 
 file( GLOB XKCP_SRCS
-  src/XKCP/lib/high/Keccak/FIPS202/KeccakHash.c
-  src/XKCP/lib/high/Keccak/KeccakSpongeWidth1600.c
+  #src/XKCP/lib/high/Keccak/FIPS202/KeccakHash.c
+  #src/XKCP/lib/high/Keccak/KeccakSpongeWidth1600.c
   src/XKCP/lib/high/Keccak/SP800-185/SP800-185.c
   src/XKCP/lib/high/Keccak/FIPS202/SimpleFIPS202.c
 )
-- 
GitLab