From 2b3b70a261cf1408e20eded4b6f8405ee231d4d3 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Tue, 27 Jan 2015 09:05:47 +0200 Subject: remove aes flag, detect no sse2 --- src/crypto/slow-hash.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 +#else #if defined(_MSC_VER) #include -- cgit v1.2.3