aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/x919_mac/x919_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/mac/x919_mac/x919_mac.h')
-rw-r--r--src/lib/mac/x919_mac/x919_mac.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/mac/x919_mac/x919_mac.h b/src/lib/mac/x919_mac/x919_mac.h
index 35553c544..7b7d7d88b 100644
--- a/src/lib/mac/x919_mac/x919_mac.h
+++ b/src/lib/mac/x919_mac/x919_mac.h
@@ -30,10 +30,7 @@ class BOTAN_DLL ANSI_X919_MAC : public MessageAuthenticationCode
return Key_Length_Specification(8, 16, 8);
}
- /**
- * @param cipher the underlying block cipher to use
- */
- ANSI_X919_MAC(BlockCipher* cipher);
+ ANSI_X919_MAC();
ANSI_X919_MAC(const ANSI_X919_MAC&) = delete;
ANSI_X919_MAC& operator=(const ANSI_X919_MAC&) = delete;