aboutsummaryrefslogtreecommitdiff
path: root/libbutl/sha1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/sha1.cxx')
-rw-r--r--libbutl/sha1.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/libbutl/sha1.cxx b/libbutl/sha1.cxx
index 3c1cbdc..d17119f 100644
--- a/libbutl/sha1.cxx
+++ b/libbutl/sha1.cxx
@@ -71,11 +71,12 @@ using namespace std;
namespace butl
{
- sha1::
- sha1 ()
- : done_ (false), empty_ (true)
+ void sha1::
+ reset ()
{
SHA1_Init (reinterpret_cast<SHA1_CTX*> (buf_));
+ done_ = false;
+ empty_ = true;
}
void sha1::