diff options
Diffstat (limited to 'node')
-rw-r--r-- | node/Identity.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node/Identity.hpp b/node/Identity.hpp index 18e67eb6..19bb2e1f 100644 --- a/node/Identity.hpp +++ b/node/Identity.hpp @@ -39,8 +39,6 @@ #include "C25519.hpp" #include "Buffer.hpp" -#define ZT_IDENTITY_MAX_BINARY_SERIALIZED_LENGTH (ZT_ADDRESS_LENGTH + 1 + ZT_C25519_PUBLIC_KEY_LEN + 1 + ZT_C25519_PRIVATE_KEY_LEN) - namespace ZeroTier { /** |