diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-16 13:02:10 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-16 13:02:10 -0400 |
commit | ceb024ab03a114c8dadbbd393032231069981c45 (patch) | |
tree | 7ff0045410d1c8faf2e98b20632fad173ef603a9 /node/Node.cpp | |
parent | 3b2d98e7dcf4102f855006cc9f5d5000d8df0223 (diff) | |
download | infinitytier-ceb024ab03a114c8dadbbd393032231069981c45.tar.gz infinitytier-ceb024ab03a114c8dadbbd393032231069981c45.zip |
Integrating new crypto, work still in progress...
Diffstat (limited to 'node/Node.cpp')
-rw-r--r-- | node/Node.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/node/Node.cpp b/node/Node.cpp index 07b5805e..590b9662 100644 --- a/node/Node.cpp +++ b/node/Node.cpp @@ -57,7 +57,6 @@ #include "Logger.hpp" #include "InetAddress.hpp" #include "Salsa20.hpp" -#include "HMAC.hpp" #include "RuntimeEnvironment.hpp" #include "NodeConfig.hpp" #include "Defaults.hpp" |