diff --git a/CMakeLists.txt b/CMakeLists.txt
index 85932086264790c6cfd88cca7b326f5eb9040139..9ccbf047e3682534ea29cdd34eef5767fd97a990 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,8 +73,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
 )