diff options
| author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-01-17 17:09:59 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-01-17 17:09:59 -0800 |
| commit | 07f505971c16f25c05357b49ae550509d77a7e95 (patch) | |
| tree | 894cb8b07adea45f29381ef7371f4e7cde1f408f /node/Poly1305.cpp | |
| parent | 7eccc5ebf2c0f25b2091d1b618b901e69b97ac0a (diff) | |
| download | infinitytier-07f505971c16f25c05357b49ae550509d77a7e95.tar.gz infinitytier-07f505971c16f25c05357b49ae550509d77a7e95.zip | |
Windows build fixes.
Diffstat (limited to 'node/Poly1305.cpp')
| -rw-r--r-- | node/Poly1305.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node/Poly1305.cpp b/node/Poly1305.cpp index dff9b452..e9ac8ce7 100644 --- a/node/Poly1305.cpp +++ b/node/Poly1305.cpp @@ -4,8 +4,13 @@ D. J. Bernstein Public domain. */ +#include "Constants.hpp" #include "Poly1305.hpp" +#ifdef __WINDOWS__ +#pragma warning(disable: 4146) +#endif + namespace ZeroTier { ////////////////////////////////////////////////////////////////////////////// |
