mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Auth: include CRC in legacy proof; extend Turtle integrity set
This commit is contained in:
parent
5435796a98
commit
492703be36
5 changed files with 48 additions and 13 deletions
|
|
@ -231,7 +231,7 @@ int main(int argc, char** argv) {
|
|||
}
|
||||
|
||||
if (fmt == ProofFormat::Legacy) {
|
||||
auto pkt = auth::LogonProofPacket::buildLegacy(A, M1);
|
||||
auto pkt = auth::LogonProofPacket::buildLegacy(A, M1, crcHashPtr);
|
||||
sock.send(pkt);
|
||||
std::cerr << "Sent LOGON_PROOF legacy (proto=" << (int)info.protocolVersion << ")\n";
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue