aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/md2/md2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/md2/md2.h')
-rw-r--r--src/hash/md2/md2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/md2/md2.h b/src/hash/md2/md2.h
index 9337c43f4..0a7125759 100644
--- a/src/hash/md2/md2.h
+++ b/src/hash/md2/md2.h
@@ -18,7 +18,7 @@ namespace Botan {
class BOTAN_DLL MD2 : public HashFunction
{
public:
- void clear() throw();
+ void clear();
std::string name() const { return "MD2"; }
HashFunction* clone() const { return new MD2; }
MD2() : HashFunction(16, 16) { clear(); }