From d5ebf62bed594d1fe6ab616a6bbcbcf0a5892d47 Mon Sep 17 00:00:00 2001 From: weidai Date: Tue, 12 Jul 2005 04:23:32 +0000 Subject: port to MSVC .NET 2005 beta 2 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@198 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- blumshub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blumshub.h') diff --git a/blumshub.h b/blumshub.h index 6583e88..0fd0371 100644 --- a/blumshub.h +++ b/blumshub.h @@ -18,7 +18,7 @@ public: unsigned int GenerateBit(); byte GenerateByte(); - void ProcessData(byte *outString, const byte *inString, unsigned int length) + void ProcessData(byte *outString, const byte *inString, size_t length) { while (length--) *outString++ = *inString ^ GenerateByte(); -- cgit v1.2.1