summaryrefslogtreecommitdiff
path: root/rijndael.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-07-29 08:51:39 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-07-29 08:51:39 +0000
commitce8e106147f7697285ef740dde39541f4f7e7187 (patch)
tree19eef65695ec9d0bb9a2152afe6bac0598dc4238 /rijndael.cpp
parentdd6b53792ce52a8e10d85d4420f3946d87419d44 (diff)
downloadcryptopp-ce8e106147f7697285ef740dde39541f4f7e7187.tar.gz
fix compile on GCC 4.4 and greater
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@512 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'rijndael.cpp')
-rw-r--r--rijndael.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/rijndael.cpp b/rijndael.cpp
index 9a77902..608b9d3 100644
--- a/rijndael.cpp
+++ b/rijndael.cpp
@@ -73,11 +73,6 @@ being unloaded from L1 cache, until that round is finished.
#include "misc.h"
#include "cpu.h"
-#if CRYPTOPP_BOOL_AESNI_INTRINSICS_AVAILABLE
-#include <smmintrin.h>
-#include <wmmintrin.h>
-#endif
-
NAMESPACE_BEGIN(CryptoPP)
#ifdef CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS