mirror of https://github.com/aria2/aria2
Fixed compile error without libnettle, libgcrypt and openssl
parent
57b2336e58
commit
db86ffbca9
|
@ -253,8 +253,9 @@ SharedHandle<CheckIntegrityEntry> RequestGroup::createCheckIntegrityEntry()
|
||||||
} else {
|
} else {
|
||||||
checkEntry.reset(new StreamCheckIntegrityEntry(this));
|
checkEntry.reset(new StreamCheckIntegrityEntry(this));
|
||||||
}
|
}
|
||||||
|
} else
|
||||||
#ifdef ENABLE_MESSAGE_DIGEST
|
#ifdef ENABLE_MESSAGE_DIGEST
|
||||||
} else if(downloadFinishedByFileLength() &&
|
if(downloadFinishedByFileLength() &&
|
||||||
downloadContext_->isChecksumVerificationAvailable()) {
|
downloadContext_->isChecksumVerificationAvailable()) {
|
||||||
pieceStorage_->markAllPiecesDone();
|
pieceStorage_->markAllPiecesDone();
|
||||||
loadAndOpenFile(infoFile);
|
loadAndOpenFile(infoFile);
|
||||||
|
|
Loading…
Reference in New Issue