diff --git a/blake2.h b/blake2.h index 2c05edcb..0bbee89a 100644 --- a/blake2.h +++ b/blake2.h @@ -171,7 +171,7 @@ public: typedef SecBlock > AlignedState; typedef SecBlock > AlignedParameterBlock; - virtual ~BLAKE2_Base() {m_digestSize=0xffffffff,m_treeMode=false;} + virtual ~BLAKE2_Base() {} //! \brief Retrieve the static algorithm name //! \returns the algorithm name (BLAKE2s or BLAKE2b)