aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/md5/md5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/md5/md5.cpp')
-rw-r--r--src/hash/md5/md5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/md5/md5.cpp b/src/hash/md5/md5.cpp
index 7c280aab7..163413bec 100644
--- a/src/hash/md5/md5.cpp
+++ b/src/hash/md5/md5.cpp
@@ -123,7 +123,7 @@ void MD5::copy_out(byte output[])
/*
* Clear memory of sensitive data
*/
-void MD5::clear() throw()
+void MD5::clear()
{
MDx_HashFunction::clear();
M.clear();