From 99d71e5693f45c2b34528158ad8d8b641bcc87e3 Mon Sep 17 00:00:00 2001 From: René Korthaus Date: Tue, 18 Oct 2016 13:21:48 +0200 Subject: Minor doxygen fixes [ci skip] --- src/lib/mac/cmac/cmac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/mac/cmac') diff --git a/src/lib/mac/cmac/cmac.h b/src/lib/mac/cmac/cmac.h index 0e973b79d..ada55ea6b 100644 --- a/src/lib/mac/cmac/cmac.h +++ b/src/lib/mac/cmac/cmac.h @@ -38,7 +38,7 @@ class BOTAN_DLL CMAC final : public MessageAuthenticationCode static secure_vector poly_double(const secure_vector& in); /** - * @param cipher the underlying block cipher to use + * @param cipher the block cipher to use */ explicit CMAC(BlockCipher* cipher); -- cgit v1.2.3