Cleanup, dead code removal, some pretty insignificant security stuff that's based on recommendations.
This commit is contained in:
parent
5f45977e3e
commit
7831c4bfef
6 changed files with 31 additions and 33 deletions
|
@ -67,6 +67,8 @@ public:
|
|||
*/
|
||||
Peer();
|
||||
|
||||
~Peer() { Utils::burn(_key,sizeof(_key)); }
|
||||
|
||||
/**
|
||||
* Construct a new peer
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue