aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/cmac/cmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/mac/cmac/cmac.h')
-rw-r--r--src/lib/mac/cmac/cmac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/mac/cmac/cmac.h b/src/lib/mac/cmac/cmac.h
index 491a081a4..f90e5d40c 100644
--- a/src/lib/mac/cmac/cmac.h
+++ b/src/lib/mac/cmac/cmac.h
@@ -42,6 +42,8 @@ class BOTAN_DLL CMAC : public MessageAuthenticationCode
*/
CMAC(BlockCipher* cipher);
+ static CMAC* make(const Spec& spec);
+
CMAC(const CMAC&) = delete;
CMAC& operator=(const CMAC&) = delete;
private: