diff options
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> |