AES work... but disabled in this commit.

This commit is contained in:
Adam Ierymenko 2020-09-10 15:43:40 -04:00
commit e6b5f8aabd
7 changed files with 68 additions and 15 deletions

View file

@ -533,11 +533,11 @@ public:
*/
inline int8_t bondingPolicy() { return _bondingPolicy; }
//const AES *aesKeysIfSupported() const
//{ return (const AES *)0; }
const AES *aesKeysIfSupported() const
{ return (_vProto >= 10) ? _aesKeys : (const AES *)0; }
{ return (const AES *)0; }
//const AES *aesKeysIfSupported() const
//{ return (_vProto >= 12) ? _aesKeys : (const AES *)0; }
private:
struct _PeerPath