summaryrefslogtreecommitdiff
path: root/idea.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-07-05 01:15:14 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-07-05 01:15:14 +0000
commit55a8ab1c8b2d3ff2ad7b3325f87e78b8976a6169 (patch)
treebdfe463fd8b180c37b65007e19a29aa915fff3b3 /idea.cpp
parent32a4a9f72510c22a1c4ef7b73b0496ea031a090b (diff)
downloadcryptopp-55a8ab1c8b2d3ff2ad7b3325f87e78b8976a6169.tar.gz
port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21
change makefile to compile for both i386 and x86_64 on Darwin/Mac OS X git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@499 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'idea.cpp')
-rw-r--r--idea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/idea.cpp b/idea.cpp
index bbbdbac..793f912 100644
--- a/idea.cpp
+++ b/idea.cpp
@@ -129,7 +129,7 @@ static inline IDEA::Word AddInv(IDEA::Word x)
void IDEA::Base::DeKey()
{
FixedSizeSecBlock<IDEA::Word, 6*ROUNDS+4> tempkey;
- unsigned int i;
+ size_t i;
for (i=0; i<ROUNDS; i++)
{