aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdf/mgf1/mgf1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kdf/mgf1/mgf1.h')
-rw-r--r--src/kdf/mgf1/mgf1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdf/mgf1/mgf1.h b/src/kdf/mgf1/mgf1.h
index 2f7655fe2..95a2a2bc5 100644
--- a/src/kdf/mgf1/mgf1.h
+++ b/src/kdf/mgf1/mgf1.h
@@ -19,7 +19,7 @@ namespace Botan {
class BOTAN_DLL MGF1 : public MGF
{
public:
- void mask(const byte[], u32bit, byte[], u32bit) const;
+ void mask(const byte[], size_t, byte[], size_t) const;
/**
MGF1 constructor: takes ownership of hash