aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/safer/safer_sk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/block/safer/safer_sk.h')
-rw-r--r--src/block/safer/safer_sk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/safer/safer_sk.h b/src/block/safer/safer_sk.h
index b68cb5363..a64d09fb7 100644
--- a/src/block/safer/safer_sk.h
+++ b/src/block/safer/safer_sk.h
@@ -31,7 +31,7 @@ class BOTAN_DLL SAFER_SK : public BlockCipher
*/
SAFER_SK(size_t rounds);
private:
- void key_schedule(const byte[], u32bit);
+ void key_schedule(const byte[], size_t);
static const byte EXP[256];
static const byte LOG[512];