From ae515e0b4c86dd3309f8897f9bd4e7fedcd4588f Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 16 May 2003 00:53:53 +0000 Subject: add CRYPTOPP_NO_VTABLE git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@69 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- seckey.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'seckey.h') diff --git a/seckey.h b/seckey.h index 36ecd36..0b17345 100644 --- a/seckey.h +++ b/seckey.h @@ -139,7 +139,7 @@ static inline void CheckedSetKey(T *obj, CipherDir dir, const byte *key, unsigne //! . template -class SimpleKeyingInterfaceImpl : public BASE +class CRYPTOPP_NO_VTABLE SimpleKeyingInterfaceImpl : public BASE { public: unsigned int MinKeyLength() const {return INFO::MIN_KEYLENGTH;} @@ -153,7 +153,7 @@ protected: }; template -class BlockCipherBaseTemplate : public AlgorithmImpl > > +class CRYPTOPP_NO_VTABLE BlockCipherBaseTemplate : public AlgorithmImpl > > { public: unsigned int BlockSize() const {return BLOCKSIZE;} -- cgit v1.2.1