mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 21:47:37 +03:00
Use std::unique_ptr for MessageDigest
This commit is contained in:
parent
f2d85c38cc
commit
74d6d64271
30 changed files with 124 additions and 122 deletions
|
@ -79,7 +79,7 @@ void UTMetadataDataExtensionMessageTest::testDoReceivedAction()
|
|||
|
||||
unsigned char infoHash[INFO_HASH_LENGTH];
|
||||
message_digest::digest(infoHash, INFO_HASH_LENGTH,
|
||||
MessageDigest::sha1(),
|
||||
MessageDigest::sha1().get(),
|
||||
metadata.data(), metadata.size());
|
||||
{
|
||||
auto attrs = make_unique<TorrentAttribute>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue