diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-10-24 14:49:38 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-10-24 14:49:38 -0700 |
| commit | c7d370c17fc8b44f4d83868de9c6958347b75ca2 (patch) | |
| tree | 6166ba5f7bf3726e25dff03baebcfa7f93e09aae /node/Peer.cpp | |
| parent | 395d8b31392309d2861cd2d50377aaa8953f42cd (diff) | |
| download | infinitytier-c7d370c17fc8b44f4d83868de9c6958347b75ca2.tar.gz infinitytier-c7d370c17fc8b44f4d83868de9c6958347b75ca2.zip | |
Delete something that turns out not to be useful. This will be handled differently.
Diffstat (limited to 'node/Peer.cpp')
| -rw-r--r-- | node/Peer.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/node/Peer.cpp b/node/Peer.cpp index 60661592..255d4004 100644 --- a/node/Peer.cpp +++ b/node/Peer.cpp @@ -343,11 +343,6 @@ void Peer::sendHELLO(void *tPtr,const int64_t localSocket,const InetAddress &atA outp.append((uint64_t)0); } - const unsigned int corSizeAt = outp.size(); - outp.addSize(2); - RR->topology->appendCertificateOfRepresentation(outp); - outp.setAt(corSizeAt,(uint16_t)(outp.size() - (corSizeAt + 2))); - outp.cryptField(_key,startCryptedPortionAt,outp.size() - startCryptedPortionAt); RR->node->expectReplyTo(outp.packetId()); |
