summaryrefslogtreecommitdiff
path: root/node/Poly1305.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-07-07 06:50:40 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-07-07 06:50:40 -0700
commit6fc70f7c16da968a63e69798bbc73ada442cfd2a (patch)
tree27c4dfb8c3eeba70e273083bfbb4ea838cdcd768 /node/Poly1305.cpp
parentf23a43fb81850837c1d85091abf91cc57ae35ef9 (diff)
downloadinfinitytier-6fc70f7c16da968a63e69798bbc73ada442cfd2a.tar.gz
infinitytier-6fc70f7c16da968a63e69798bbc73ada442cfd2a.zip
More cleanup, Linux build fixes.
Diffstat (limited to 'node/Poly1305.cpp')
-rw-r--r--node/Poly1305.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node/Poly1305.cpp b/node/Poly1305.cpp
index 13d4712d..46a51390 100644
--- a/node/Poly1305.cpp
+++ b/node/Poly1305.cpp
@@ -140,7 +140,6 @@ typedef struct poly1305_context {
//////////////////////////////////////////////////////////////////////////////
// 128-bit implementation for MSC and GCC from Poly1305-donna
-
#if defined(_MSC_VER)
#include <intrin.h>