aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/slow-hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c
index 9b9eecba3..2b9cb0ee5 100644
--- a/src/crypto/slow-hash.c
+++ b/src/crypto/slow-hash.c
@@ -37,7 +37,9 @@
#include "hash-ops.h"
#include "oaes_lib.h"
+#ifndef __SSE2__
#include <emmintrin.h>
+#else
#if defined(_MSC_VER)
#include <intrin.h>