mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
drop verifier not used anymore
This commit is contained in:
parent
6153d799bc
commit
f7d90648e3
3 changed files with 15 additions and 3 deletions
|
@ -265,6 +265,13 @@ namespace data
|
|||
}
|
||||
}
|
||||
|
||||
void IdentityEx::DropVerifier ()
|
||||
{
|
||||
auto verifier = m_Verifier;
|
||||
m_Verifier = nullptr; // TODO: make this atomic
|
||||
delete verifier;
|
||||
}
|
||||
|
||||
PrivateKeys& PrivateKeys::operator=(const Keys& keys)
|
||||
{
|
||||
m_Public = Identity (keys);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue