summaryrefslogtreecommitdiff
path: root/ttmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'ttmac.h')
-rw-r--r--ttmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttmac.h b/ttmac.h
index 7ca7ecf..7b9a85a 100644
--- a/ttmac.h
+++ b/ttmac.h
@@ -10,7 +10,7 @@ NAMESPACE_BEGIN(CryptoPP)
//! <a href="http://www.eskimo.com/~weidai/scan-mirror/mac.html#Two-Track-MAC">Two-Track-MAC</a>
/*! 160 Bit MAC with 160 Bit Key */
-class TTMAC_Base : public FixedKeyLength<20>, public IteratedHash<word32, LittleEndian, 64, MessageAuthenticationCode>
+class CRYPTOPP_NO_VTABLE TTMAC_Base : public FixedKeyLength<20>, public IteratedHash<word32, LittleEndian, 64, MessageAuthenticationCode>
{
public:
static std::string StaticAlgorithmName() {return std::string("Two-Track-MAC");}