diff options
Diffstat (limited to 'node/Salsa20.hpp')
-rw-r--r-- | node/Salsa20.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Salsa20.hpp b/node/Salsa20.hpp index 9631a6db..3bb041ac 100644 --- a/node/Salsa20.hpp +++ b/node/Salsa20.hpp @@ -78,7 +78,7 @@ public: } private: - volatile union { + union { #ifdef ZT_SALSA20_SSE __m128i v[4]; #endif // ZT_SALSA20_SSE |