aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/par_hash/par_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/par_hash/par_hash.h')
-rw-r--r--src/hash/par_hash/par_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/par_hash/par_hash.h b/src/hash/par_hash/par_hash.h
index 7e75c27be..874e491b1 100644
--- a/src/hash/par_hash/par_hash.h
+++ b/src/hash/par_hash/par_hash.h
@@ -19,7 +19,7 @@ namespace Botan {
class BOTAN_DLL Parallel : public HashFunction
{
public:
- void clear() throw();
+ void clear();
std::string name() const;
HashFunction* clone() const;