From 572fe07633123ce38abf28c6426356e37aef3a99 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 4 Jul 2003 00:17:37 +0000 Subject: create DLL version, fix GetNextIV() bug in CTR and OFB modes git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@87 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- mdc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdc.h') diff --git a/mdc.h b/mdc.h index ff04360..b587f15 100644 --- a/mdc.h +++ b/mdc.h @@ -22,7 +22,7 @@ struct MDC_Info : public FixedBlockSize, public FixedKeyLength class MDC : public MDC_Info { - class CRYPTOPP_NO_VTABLE Enc : public BlockCipherBaseTemplate > + class CRYPTOPP_NO_VTABLE Enc : public BlockCipherImpl > { typedef typename T::HashWordType HashWordType; @@ -64,7 +64,7 @@ class MDC : public MDC_Info public: //! use BlockCipher interface - typedef BlockCipherTemplate Encryption; + typedef BlockCipherFinal Encryption; }; NAMESPACE_END -- cgit v1.2.1