summaryrefslogtreecommitdiff
path: root/mdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdc.h')
-rw-r--r--mdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdc.h b/mdc.h
index 8c76aaf..ff04360 100644
--- a/mdc.h
+++ b/mdc.h
@@ -22,7 +22,7 @@ struct MDC_Info : public FixedBlockSize<T::DIGESTSIZE>, public FixedKeyLength<T:
template <class T>
class MDC : public MDC_Info<T>
{
- class Enc : public BlockCipherBaseTemplate<MDC_Info<T> >
+ class CRYPTOPP_NO_VTABLE Enc : public BlockCipherBaseTemplate<MDC_Info<T> >
{
typedef typename T::HashWordType HashWordType;