summaryrefslogtreecommitdiff
path: root/idea.cpp
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2010-07-05 01:15:14 +0000
committerweidai <weidai11@users.noreply.github.com>2010-07-05 01:15:14 +0000
commit1315a7bc9a32e86db2ae4aa7cefcfec5b2f4e3ab (patch)
treebdfe463fd8b180c37b65007e19a29aa915fff3b3 /idea.cpp
parent954fed3d5d6edb2639d5e093b0529b589ac31120 (diff)
downloadcryptopp-git-1315a7bc9a32e86db2ae4aa7cefcfec5b2f4e3ab.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
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 bbbdbaca..793f912f 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++)
{