From b07182abea7d3b714a1cf875f15c76cb909d8156 Mon Sep 17 00:00:00 2001 From: SergiySW Date: Sun, 12 Feb 2017 03:05:45 +0300 Subject: [PATCH] Remove unused cryptopp .cpp rai_node build speed increased by 30% --- CMakeLists.txt | 89 +------------------------------------------------- 1 file changed, 1 insertion(+), 88 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04906653..e98e9799 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,129 +80,42 @@ include_directories ("gtest/include") include_directories (beast/include) add_library (cryptopp - cryptopp/3way.cpp - cryptopp/adler32.cpp - cryptopp/algebra.cpp cryptopp/algparam.cpp - cryptopp/arc4.cpp cryptopp/asn.cpp - cryptopp/authenc.cpp - cryptopp/base32.cpp - cryptopp/base64.cpp cryptopp/basecode.cpp - cryptopp/bfinit.cpp - cryptopp/blowfish.cpp - cryptopp/blumshub.cpp - cryptopp/camellia.cpp - cryptopp/cast.cpp - cryptopp/casts.cpp - cryptopp/cbcmac.cpp - cryptopp/ccm.cpp - cryptopp/channels.cpp - cryptopp/cmac.cpp cryptopp/cpu.cpp - cryptopp/crc.cpp cryptopp/cryptlib.cpp - cryptopp/cryptlib_bds.cpp cryptopp/default.cpp cryptopp/des.cpp cryptopp/dessp.cpp - cryptopp/dh.cpp - cryptopp/dh2.cpp cryptopp/dll.cpp - cryptopp/dsa.cpp - cryptopp/eax.cpp cryptopp/ec2n.cpp - cryptopp/eccrypto.cpp cryptopp/ecp.cpp - cryptopp/elgamal.cpp - cryptopp/emsa2.cpp - cryptopp/eprecomp.cpp - cryptopp/esign.cpp - cryptopp/files.cpp cryptopp/filters.cpp cryptopp/fips140.cpp - cryptopp/fipstest.cpp cryptopp/gcm.cpp - cryptopp/gf256.cpp - cryptopp/gf2_32.cpp cryptopp/gf2n.cpp cryptopp/gfpcrypt.cpp - cryptopp/gost.cpp - cryptopp/gzip.cpp cryptopp/hex.cpp cryptopp/hmac.cpp cryptopp/hrtimer.cpp - cryptopp/ida.cpp - cryptopp/idea.cpp cryptopp/integer.cpp cryptopp/iterhash.cpp - cryptopp/luc.cpp - cryptopp/mars.cpp - cryptopp/marss.cpp - cryptopp/md2.cpp - cryptopp/md4.cpp - cryptopp/md5.cpp cryptopp/misc.cpp cryptopp/modes.cpp cryptopp/mqueue.cpp - cryptopp/mqv.cpp cryptopp/nbtheory.cpp - cryptopp/network.cpp cryptopp/oaep.cpp cryptopp/osrng.cpp - cryptopp/panama.cpp - cryptopp/pch.cpp - cryptopp/pkcspad.cpp - cryptopp/polynomi.cpp - cryptopp/pssr.cpp cryptopp/pubkey.cpp cryptopp/queue.cpp - cryptopp/rabin.cpp cryptopp/randpool.cpp - cryptopp/rc2.cpp - cryptopp/rc5.cpp - cryptopp/rc6.cpp cryptopp/rdtables.cpp cryptopp/rijndael.cpp - cryptopp/ripemd.cpp cryptopp/rng.cpp - cryptopp/rsa.cpp - cryptopp/rw.cpp - cryptopp/safer.cpp - cryptopp/salsa.cpp - cryptopp/seal.cpp - cryptopp/seed.cpp - cryptopp/serpent.cpp cryptopp/sha.cpp - cryptopp/sha3.cpp - cryptopp/shacal2.cpp - cryptopp/shark.cpp - cryptopp/sharkbox.cpp cryptopp/simple.cpp - cryptopp/skipjack.cpp - cryptopp/socketft.cpp - cryptopp/sosemanuk.cpp - cryptopp/square.cpp - cryptopp/squaretb.cpp - cryptopp/strciphr.cpp - cryptopp/tea.cpp - cryptopp/tftables.cpp - cryptopp/tiger.cpp - cryptopp/tigertab.cpp - cryptopp/trdlocal.cpp - cryptopp/ttmac.cpp - cryptopp/twofish.cpp - cryptopp/vmac.cpp - cryptopp/wait.cpp - cryptopp/wake.cpp - cryptopp/whrlpool.cpp - cryptopp/winpipes.cpp - cryptopp/xtr.cpp - cryptopp/xtrcrypt.cpp - cryptopp/zdeflate.cpp - cryptopp/zinflate.cpp - cryptopp/zlib.cpp) + cryptopp/winpipes.cpp) add_library (argon2 Argon2/Source/Argon2/argon2.cpp