diff options
Diffstat (limited to 'src/mac/mac.cpp')
-rw-r--r-- | src/mac/mac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mac/mac.cpp b/src/mac/mac.cpp index a2c884ab6..cb89e872a 100644 --- a/src/mac/mac.cpp +++ b/src/mac/mac.cpp @@ -9,7 +9,7 @@ namespace Botan { -/** +/* * Default (deterministic) MAC verification operation */ bool MessageAuthenticationCode::verify_mac(const byte mac[], u32bit length) |