mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 21:47:37 +03:00
Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always
This commit is contained in:
parent
befd799d17
commit
010131161e
55 changed files with 65 additions and 399 deletions
|
@ -46,8 +46,6 @@ public:
|
|||
|
||||
virtual void updateWrittenLength(int32_t bytes) CXX11_OVERRIDE {}
|
||||
|
||||
#ifdef ENABLE_MESSAGE_DIGEST
|
||||
|
||||
// `begin' is a offset inside this segment.
|
||||
virtual bool updateHash
|
||||
(int32_t begin, const unsigned char* data, size_t dataLength) CXX11_OVERRIDE
|
||||
|
@ -65,8 +63,6 @@ public:
|
|||
return A2STR::NIL;
|
||||
}
|
||||
|
||||
#endif // ENABLE_MESSAGE_DIGEST
|
||||
|
||||
virtual void clear(WrDiskCache* diskCache) CXX11_OVERRIDE {}
|
||||
|
||||
virtual std::shared_ptr<Piece> getPiece() const CXX11_OVERRIDE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue