Depend on stable version of Crypto++

This commit is contained in:
Sebastian Messmer 2015-11-17 20:17:30 +01:00
parent 49b4a9b1c0
commit 52d3ac5efc
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Biicode configuration file
[requirements]
cryptopp/cryptopp: 9
cryptopp/cryptopp: 8
google/gmock: 4
google/gtest: 11
messmer/blobstore: 2

View File

@ -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 {