diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-07-07 06:50:40 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-07-07 06:50:40 -0700 |
| commit | 6fc70f7c16da968a63e69798bbc73ada442cfd2a (patch) | |
| tree | 27c4dfb8c3eeba70e273083bfbb4ea838cdcd768 /node/Poly1305.cpp | |
| parent | f23a43fb81850837c1d85091abf91cc57ae35ef9 (diff) | |
| download | infinitytier-6fc70f7c16da968a63e69798bbc73ada442cfd2a.tar.gz infinitytier-6fc70f7c16da968a63e69798bbc73ada442cfd2a.zip | |
More cleanup, Linux build fixes.
Diffstat (limited to 'node/Poly1305.cpp')
| -rw-r--r-- | node/Poly1305.cpp | 1 |
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> |
