From 52d3ac5efcde52c20af37d5c19c6559cceb087ea Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Tue, 17 Nov 2015 20:17:30 +0100 Subject: [PATCH] Depend on stable version of Crypto++ --- biicode.conf | 2 +- src/cli/Cli.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/biicode.conf b/biicode.conf index 559aecbf..91130f4c 100644 --- a/biicode.conf +++ b/biicode.conf @@ -1,7 +1,7 @@ # Biicode configuration file [requirements] - cryptopp/cryptopp: 9 + cryptopp/cryptopp: 8 google/gmock: 4 google/gtest: 11 messmer/blobstore: 2 diff --git a/src/cli/Cli.cpp b/src/cli/Cli.cpp index 2f048ee7..6046550c 100644 --- a/src/cli/Cli.cpp +++ b/src/cli/Cli.cpp @@ -63,7 +63,6 @@ using boost::chrono::milliseconds; //TODO Improve parallelity. //TODO Did deadlock in bonnie++ second run (in the create files sequentially) - maybe also in a later run or different step? //TODO Replace ASSERTs with other error handling when it is not a programming error but an environment influence (e.g. a block is missing) -//TODO Biicode warning: Depend on cryptopp dev version? Should use release version! namespace cryfs {