aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mac/mac.h')
-rw-r--r--src/mac/mac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mac/mac.h b/src/mac/mac.h
index 617e86358..b93ae473d 100644
--- a/src/mac/mac.h
+++ b/src/mac/mac.h
@@ -24,10 +24,10 @@ class BOTAN_DLL MessageAuthenticationCode : public BufferedComputation,
/**
* Verify a MAC.
* @param in the MAC to verify as a byte array
- * @param length the length of the byte array
+ * @param length the length of param in
* @return true if the MAC is valid, false otherwise
*/
- virtual bool verify_mac(const byte[], u32bit);
+ virtual bool verify_mac(const byte in[], u32bit length);
/**
* Get a new object representing the same algorithm as *this