summaryrefslogtreecommitdiff
path: root/dmac.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2003-05-16 00:53:53 +0000
committerweidai <weidai11@users.noreply.github.com>2003-05-16 00:53:53 +0000
commita003ea18cc73995fef6479896a98389812298893 (patch)
treeb993d0d14070142a6cb22133ae181bfd2f9db4cc /dmac.h
parentc9f75009a5aebea315a544f19c37ead617a5dd62 (diff)
downloadcryptopp-git-a003ea18cc73995fef6479896a98389812298893.tar.gz
add CRYPTOPP_NO_VTABLE
Diffstat (limited to 'dmac.h')
-rw-r--r--dmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmac.h b/dmac.h
index dd5d3cb2..e431c447 100644
--- a/dmac.h
+++ b/dmac.h
@@ -6,7 +6,7 @@
NAMESPACE_BEGIN(CryptoPP)
template <class T>
-class DMAC_Base : public SameKeyLengthAs<T>, public MessageAuthenticationCode
+class CRYPTOPP_NO_VTABLE DMAC_Base : public SameKeyLengthAs<T>, public MessageAuthenticationCode
{
public:
static std::string StaticAlgorithmName() {return std::string("DMAC(") + T::StaticAlgorithmName() + ")";}