diff options
author | 2010-06-17 00:20:06 +0300 | |
---|---|---|
committer | 2010-06-17 00:20:06 +0300 | |
commit | 0aa1c53ed8f42814ed705b92a61909f0795e4547 (patch) | |
tree | e42f77ad8a9696a0c8b519c4a8802129e689dd76 /segget/stats.cpp | |
parent | Fix: error while combining files + error when number of segments to download ... (diff) | |
download | idfetch-0aa1c53ed8f42814ed705b92a61909f0795e4547.tar.gz idfetch-0aa1c53ed8f42814ed705b92a61909f0795e4547.tar.bz2 idfetch-0aa1c53ed8f42814ed705b92a61909f0795e4547.zip |
Add checking checksums for downloaded distfiles.
checksum.cpp file contains functions for RMD160, SHA1 and SHA256 checksums
checks. libcrypto (libcrypto++) added to Makefile.
Diffstat (limited to 'segget/stats.cpp')
-rw-r--r-- | segget/stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/segget/stats.cpp b/segget/stats.cpp index 6aee0b9..128502f 100644 --- a/segget/stats.cpp +++ b/segget/stats.cpp @@ -1,5 +1,5 @@ #include "connection.cpp" -#include "tui.cpp" +#include "checksum.cpp" class Tstats{ private: |