summaryrefslogtreecommitdiff
path: root/threefish.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-19 01:39:47 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-19 01:39:47 -0500
commit23d95e803df6ff3c2e140e6b665efd8439c86472 (patch)
treea42ecd919330d02f613807298ddd024c51a3eff7 /threefish.h
parent63e53e845e899cc0708708f6a2e9af753f3509cd (diff)
downloadcryptopp-git-23d95e803df6ff3c2e140e6b665efd8439c86472.tar.gz
Provide virtual destructor for Threefish_Base
Diffstat (limited to 'threefish.h')
-rw-r--r--threefish.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/threefish.h b/threefish.h
index b7dac5c7..1d212c5a 100644
--- a/threefish.h
+++ b/threefish.h
@@ -41,6 +41,7 @@ struct Threefish_Info : public FixedBlockSize<BS>, FixedKeyLength<BS>
template <unsigned int BS>
struct CRYPTOPP_NO_VTABLE Threefish_Base
{
+ virtual ~Threefish_Base() {}
void SetTweak(const NameValuePairs &params)
{