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 -#else +#endif #if defined(_MSC_VER) #include