From cba739fd6bf43807956aa38a91449ec913e2eda3 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 5 Jan 2016 14:46:26 -0800 Subject: [PATCH] more dead code --- node/Packet.hpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/node/Packet.hpp b/node/Packet.hpp index e1d38de5b..f04e8742f 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -101,15 +101,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. *