summaryrefslogtreecommitdiff
path: root/salsa.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-04-16 05:40:37 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-04-16 05:40:37 +0000
commitf97f957e48a69ca40674a05cd50ec66a6f3d8c18 (patch)
tree60a4e53f174eb18d85511f007d44f312368a52f9 /salsa.cpp
parentb5f625d875e79351237cea1d5aba865148c77911 (diff)
downloadcryptopp-f97f957e48a69ca40674a05cd50ec66a6f3d8c18.tar.gz
fix compile on Sun CC
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@325 57ff6487-cd31-0410-9ec3-f628ee90f5f0
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 40fffc4..4781218 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)