aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/arc4/arc4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/arc4/arc4.h')
-rw-r--r--src/stream/arc4/arc4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/arc4/arc4.h b/src/stream/arc4/arc4.h
index aa1c39331..85ddb69b7 100644
--- a/src/stream/arc4/arc4.h
+++ b/src/stream/arc4/arc4.h
@@ -33,7 +33,7 @@ class BOTAN_DLL ARC4 : public StreamCipher
~ARC4() { clear(); }
private:
- void key_schedule(const byte[], u32bit);
+ void key_schedule(const byte[], size_t);
void generate();
const size_t SKIP;