summaryrefslogtreecommitdiff
path: root/salsa.cpp
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2007-04-16 05:40:37 +0000
committerweidai <weidai11@users.noreply.github.com>2007-04-16 05:40:37 +0000
commit3a3fef7436c4093908dee7a03bfcae6366f5ba95 (patch)
tree60a4e53f174eb18d85511f007d44f312368a52f9 /salsa.cpp
parent68a38c0b9aa572407ff9e9c0a1de79a79f6363f3 (diff)
downloadcryptopp-git-3a3fef7436c4093908dee7a03bfcae6366f5ba95.tar.gz
fix compile on Sun CC
Diffstat (limited to 'salsa.cpp')
-rwxr-xr-xsalsa.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/salsa.cpp b/salsa.cpp
index 40fffc43..4781218a 100755
--- a/salsa.cpp
+++ b/salsa.cpp
@@ -6,7 +6,9 @@
#include "argnames.h"
#include "cpu.h"
+#if CRYPTOPP_BOOL_SSE2_INTRINSICS_AVAILABLE
#include <emmintrin.h>
+#endif
NAMESPACE_BEGIN(CryptoPP)