diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-13 15:47:00 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-13 15:47:00 -0400 |
| commit | 77965af288e920681a7f25ab01326e38327a15a7 (patch) | |
| tree | 57d9afc483b551f62ebbb353905d5ad46abb64d2 /node/PacketDecoder.cpp | |
| parent | f6ad138561a86ee5cac51b10680916967abc7a07 (diff) | |
| download | infinitytier-77965af288e920681a7f25ab01326e38327a15a7.tar.gz infinitytier-77965af288e920681a7f25ab01326e38327a15a7.zip | |
Add new crypto: SHA512 and C25519 -- not integrated yet.
Diffstat (limited to 'node/PacketDecoder.cpp')
| -rw-r--r-- | node/PacketDecoder.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/PacketDecoder.cpp b/node/PacketDecoder.cpp index 3b54bed7..533fb161 100644 --- a/node/PacketDecoder.cpp +++ b/node/PacketDecoder.cpp @@ -25,6 +25,8 @@ * LLC. Start here: http://www.zerotier.com/ */ +#include "../version.h" + #include "Constants.hpp" #include "RuntimeEnvironment.hpp" #include "Topology.hpp" |
