diff options
| author | Grant Limberg <glimberg@gmail.com> | 2015-05-13 20:52:23 -0700 |
|---|---|---|
| committer | Grant Limberg <glimberg@gmail.com> | 2015-05-13 20:52:23 -0700 |
| commit | 4a0280686c7a74b58a060375ffce385554d90040 (patch) | |
| tree | addbccc48f967f5e80ff31641f530c9d282766a2 /node/Packet.cpp | |
| parent | da45840e5ad87aa86f67fbe20d0cb003d982b0f0 (diff) | |
| parent | a8835cd8b33903440f372ed66f4e3b49745ea68f (diff) | |
| download | infinitytier-4a0280686c7a74b58a060375ffce385554d90040.tar.gz infinitytier-4a0280686c7a74b58a060375ffce385554d90040.zip | |
Merge branch 'adamierymenko-dev' into android-jni
Diffstat (limited to 'node/Packet.cpp')
| -rw-r--r-- | node/Packet.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node/Packet.cpp b/node/Packet.cpp index 176dea09..f72f64b2 100644 --- a/node/Packet.cpp +++ b/node/Packet.cpp @@ -118,8 +118,6 @@ bool Packet::dearmor(const void *key) s20.decrypt(payload,payload,payloadLen); return true; - } else if (cs == ZT_PROTO_CIPHER_SUITE__C25519_AES256_GCM) { - return false; // not implemented yet } else return false; // unrecognized cipher suite } |
