diff options
Diffstat (limited to 'src/mac/mac.h')
-rw-r--r-- | src/mac/mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mac/mac.h b/src/mac/mac.h index 4518d91ad..1350c7d7a 100644 --- a/src/mac/mac.h +++ b/src/mac/mac.h @@ -27,7 +27,7 @@ class BOTAN_DLL MessageAuthenticationCode : public BufferedComputation, * @param length the length of param in * @return true if the MAC is valid, false otherwise */ - virtual bool verify_mac(const byte in[], u32bit length); + virtual bool verify_mac(const byte in[], size_t length); /** * Get a new object representing the same algorithm as *this |