diff options
Diffstat (limited to 'src/crypto/sha1.cpp')
-rw-r--r-- | src/crypto/sha1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/sha1.cpp b/src/crypto/sha1.cpp index 1fb9bb2b72..2610108f60 100644 --- a/src/crypto/sha1.cpp +++ b/src/crypto/sha1.cpp @@ -146,7 +146,7 @@ void Transform(uint32_t* s, const unsigned char* chunk) ////// SHA1 -CSHA1::CSHA1() : bytes(0) +CSHA1::CSHA1() { sha1::Initialize(s); } |