From d37d0425edebab09ec1ff767e9b89b68db52533d Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 4 May 2007 15:36:15 +0000 Subject: fix compile git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@339 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- serpentp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serpentp.h') diff --git a/serpentp.h b/serpentp.h index af3fc4e..7869a3f 100755 --- a/serpentp.h +++ b/serpentp.h @@ -429,6 +429,6 @@ NAMESPACE_BEGIN(CryptoPP) k[(8-r)*4 + 6] = c; \ k[(8-r)*4 + 7] = d;} -void Serpent_KeySchedule(word32 *k, unsigned int rounds, const byte *userKey, unsigned int keylen); +void Serpent_KeySchedule(word32 *k, unsigned int rounds, const byte *userKey, size_t keylen); NAMESPACE_END -- cgit v1.2.1