mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-22 06:17:48 +00:00
Disable AES in commit so as not to break other builds.
This commit is contained in:
parent
47e9fb3ddb
commit
93d6b41898
@ -534,7 +534,10 @@ public:
|
|||||||
inline int8_t bondingPolicy() { return _bondingPolicy; }
|
inline int8_t bondingPolicy() { return _bondingPolicy; }
|
||||||
|
|
||||||
const AES *aesKeysIfSupported() const
|
const AES *aesKeysIfSupported() const
|
||||||
{ return (_vProto >= 10) ? _aesKeys : (const AES *)0; }
|
{ return (const AES *)0; }
|
||||||
|
|
||||||
|
//const AES *aesKeysIfSupported() const
|
||||||
|
//{ return (_vProto >= 10) ? _aesKeys : (const AES *)0; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
struct _PeerPath
|
struct _PeerPath
|
||||||
|
Loading…
Reference in New Issue
Block a user