mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-18 15:18:17 +00:00
Cleanup, dead code removal, some pretty insignificant security stuff that's based on recommendations.
This commit is contained in:
@ -67,6 +67,8 @@ public:
|
||||
*/
|
||||
Peer();
|
||||
|
||||
~Peer() { Utils::burn(_key,sizeof(_key)); }
|
||||
|
||||
/**
|
||||
* Construct a new peer
|
||||
*
|
||||
|
Reference in New Issue
Block a user