summaryrefslogtreecommitdiff
path: root/integer.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-12-20 15:20:02 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-12-20 15:20:02 +0000
commita7d02a8582db5cec9ce7992767b8682c79e757ca (patch)
treef9afd9be040ad0882d4af4b412eb86def558aba7 /integer.cpp
parentdaec4644fb12b026eb5210827fe66cae3928635a (diff)
downloadcryptopp-a7d02a8582db5cec9ce7992767b8682c79e757ca.tar.gz
fix compile with Sun CC 64-bit
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@266 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'integer.cpp')
-rw-r--r--integer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/integer.cpp b/integer.cpp
index f287d4a..0c5018e 100644
--- a/integer.cpp
+++ b/integer.cpp
@@ -3238,7 +3238,7 @@ public:
return b;
}
- void GenerateBlock(byte *output, unsigned int size)
+ void GenerateBlock(byte *output, size_t size)
{
UnalignedPutWord(BIG_ENDIAN_ORDER, m_counterAndSeed, m_counter);
++m_counter;