Work in progress...
This commit is contained in:
parent
bddbf4d276
commit
5557a8192d
5 changed files with 95 additions and 136 deletions
|
@ -54,7 +54,7 @@ Peer::Peer(const Identity &myIdentity,const Identity &peerIdentity)
|
|||
_vRevision(0),
|
||||
_dirty(true)
|
||||
{
|
||||
if (!myIdentity.agree(peerIdentity,_keys,sizeof(_keys)))
|
||||
if (!myIdentity.agree(peerIdentity,_key,sizeof(_key)))
|
||||
throw std::runtime_error("new peer identity key agreement failed");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue