diff options
Diffstat (limited to 'extra/yassl/taocrypt/include/hash.hpp')
-rw-r--r-- | extra/yassl/taocrypt/include/hash.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/yassl/taocrypt/include/hash.hpp b/extra/yassl/taocrypt/include/hash.hpp index e3030088e0e..6885e0f35b5 100644 --- a/extra/yassl/taocrypt/include/hash.hpp +++ b/extra/yassl/taocrypt/include/hash.hpp @@ -38,6 +38,7 @@ namespace TaoCrypt { // HASH class HASH : public virtual_base { public: + HASH() {} virtual ~HASH() {} virtual void Update(const byte*, word32) = 0; |