|
@@ -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
|