From 7f93c680fdcc079bbc5f5731d62b6b6f6f27d727 Mon Sep 17 00:00:00 2001 From: orignal Date: Tue, 28 Oct 2014 11:47:28 -0400 Subject: [PATCH] added missing line --- NTCPSession.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NTCPSession.cpp b/NTCPSession.cpp index 39b1ad07..b9b1a163 100644 --- a/NTCPSession.cpp +++ b/NTCPSession.cpp @@ -284,7 +284,8 @@ namespace transport SignedData s; s.Insert (m_Establisher->phase1.pubKey, 256); // x s.Insert (m_Establisher->phase2.pubKey, 256); // y - s.Insert (tsA); // tsA + s.Insert (m_RemoteIdentity.GetIdentHash (), 32); // ident + s.Insert (tsA); // tsA s.Insert (m_Establisher->phase2.encrypted.timestamp); // tsB s.Sign (i2p::context.GetPrivateKeys (), m_Establisher->phase3.signature);