diff options
-rw-r--r-- | src/crypto/slow-hash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c index 2b9cb0ee5..301aa3186 100644 --- a/src/crypto/slow-hash.c +++ b/src/crypto/slow-hash.c @@ -37,9 +37,9 @@ #include "hash-ops.h" #include "oaes_lib.h" -#ifndef __SSE2__ +#ifdef __SSE2__ #include <emmintrin.h> -#else +#endif #if defined(_MSC_VER) #include <intrin.h> |