From a003ea18cc73995fef6479896a98389812298893 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 16 May 2003 00:53:53 +0000 Subject: add CRYPTOPP_NO_VTABLE --- seckey.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'seckey.h') diff --git a/seckey.h b/seckey.h index 36ecd36a..0b173459 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