Remove uneeded debug assignment in dtor

pull/211/head
Jeffrey Walton 2016-06-30 21:09:48 -04:00
parent 920ba48317
commit 0d28f5b6b5
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ public:
typedef SecBlock<State, AllocatorWithCleanup<State, true> > AlignedState; typedef SecBlock<State, AllocatorWithCleanup<State, true> > AlignedState;
typedef SecBlock<ParameterBlock, AllocatorWithCleanup<ParameterBlock, true> > AlignedParameterBlock; typedef SecBlock<ParameterBlock, AllocatorWithCleanup<ParameterBlock, true> > AlignedParameterBlock;
virtual ~BLAKE2_Base() {m_digestSize=0xffffffff,m_treeMode=false;} virtual ~BLAKE2_Base() {}
//! \brief Retrieve the static algorithm name //! \brief Retrieve the static algorithm name
//! \returns the algorithm name (BLAKE2s or BLAKE2b) //! \returns the algorithm name (BLAKE2s or BLAKE2b)