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 {