summaryrefslogtreecommitdiff
path: root/serpentp.h
diff options
context:
space:
mode:
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