summaryrefslogtreecommitdiff
path: root/serpentp.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-05-04 15:36:15 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-05-04 15:36:15 +0000
commitd37d0425edebab09ec1ff767e9b89b68db52533d (patch)
tree18e7445400f1aeae2e560825e45c973fb701de70 /serpentp.h
parentba9d827a0f4bc01f7ad25abb2b45a7c8faaa4841 (diff)
downloadcryptopp-d37d0425edebab09ec1ff767e9b89b68db52533d.tar.gz
fix compile
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@339 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'serpentp.h')
-rwxr-xr-xserpentp.h2
1 files changed, 1 insertions, 1 deletions
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