aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/tiger/tiger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/tiger/tiger.h')
-rw-r--r--src/hash/tiger/tiger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/tiger/tiger.h b/src/hash/tiger/tiger.h
index 63184a938..86ddcd270 100644
--- a/src/hash/tiger/tiger.h
+++ b/src/hash/tiger/tiger.h
@@ -18,7 +18,7 @@ namespace Botan {
class BOTAN_DLL Tiger : public MDx_HashFunction
{
public:
- void clear() throw();
+ void clear();
std::string name() const;
HashFunction* clone() const { return new Tiger(OUTPUT_LENGTH); }
Tiger(u32bit = 24, u32bit = 3);