summaryrefslogtreecommitdiff
path: root/cbcmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'cbcmac.h')
-rw-r--r--cbcmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbcmac.h b/cbcmac.h
index 0297f9d..7f88e91 100644
--- a/cbcmac.h
+++ b/cbcmac.h
@@ -7,7 +7,7 @@
NAMESPACE_BEGIN(CryptoPP)
template <class T>
-class CBC_MAC_Base : public SameKeyLengthAs<T>, public MessageAuthenticationCode
+class CRYPTOPP_NO_VTABLE CBC_MAC_Base : public SameKeyLengthAs<T>, public MessageAuthenticationCode
{
public:
static std::string StaticAlgorithmName() {return std::string("CBC-MAC(") + T::StaticAlgorithmName() + ")";}