summaryrefslogtreecommitdiff
path: root/cryptlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'cryptlib.h')
-rw-r--r--cryptlib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cryptlib.h b/cryptlib.h
index 7b104d6..993936e 100644
--- a/cryptlib.h
+++ b/cryptlib.h
@@ -353,6 +353,8 @@ public:
class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE SimpleKeyingInterface
{
public:
+ virtual ~SimpleKeyingInterface() {}
+
//! returns smallest valid key length in bytes */
virtual size_t MinKeyLength() const =0;
//! returns largest valid key length in bytes */
@@ -678,6 +680,8 @@ class CallStack;
class CRYPTOPP_NO_VTABLE Waitable
{
public:
+ virtual ~Waitable() {}
+
//! maximum number of wait objects that this object can return
virtual unsigned int GetMaxWaitObjectCount() const =0;
//! put wait objects into container