summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-01-05 14:46:26 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-01-05 14:46:26 -0800
commitcba739fd6bf43807956aa38a91449ec913e2eda3 (patch)
tree7c1a4067f099e6985663b19cabb6ec9cfce66d3a
parentfb5237d5b68bbe33ac06f8cd48a4caa5f3d60a4d (diff)
downloadinfinitytier-cba739fd6bf43807956aa38a91449ec913e2eda3.tar.gz
infinitytier-cba739fd6bf43807956aa38a91449ec913e2eda3.zip
more dead code
-rw-r--r--node/Packet.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp
index e1d38de5..f04e8742 100644
--- a/node/Packet.hpp
+++ b/node/Packet.hpp
@@ -102,15 +102,6 @@
#define ZT_PROTO_CIPHER_SUITE__C25519_POLY1305_SALSA2012 1
/**
- * Cipher suite: PFS negotiated ephemeral cipher suite and authentication
- *
- * This message is encrypted with the latest negotiated ephemeral (PFS)
- * key pair and cipher suite. If authentication fails, VERB_SET_EPHEMERAL_KEY
- * may be sent to renegotiate ephemeral keys.
- */
-#define ZT_PROTO_CIPHER_SUITE__EPHEMERAL 7
-
-/**
* DEPRECATED payload encrypted flag, will be removed for re-use soon.
*
* This has been replaced by the two-bit cipher suite selection field where