aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha1/sha160.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/sha1/sha160.h')
-rw-r--r--src/hash/sha1/sha160.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/hash/sha1/sha160.h b/src/hash/sha1/sha160.h
index 022ab9514..021dc95ec 100644
--- a/src/hash/sha1/sha160.h
+++ b/src/hash/sha1/sha160.h
@@ -20,7 +20,10 @@ class BOTAN_DLL SHA_160 : public MDx_HashFunction
std::string name() const { return "SHA-160"; }
HashFunction* clone() const { return new SHA_160; }
SHA_160();
- private:
+
+ protected:
+ SHA_160(u32bit W_size);
+
void hash(const byte[]);
void copy_out(byte[]);