aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/md2/md2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/hash/md2/md2.h')
-rw-r--r--src/lib/hash/md2/md2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hash/md2/md2.h b/src/lib/hash/md2/md2.h
index 8209d49d2..ab29a49cb 100644
--- a/src/lib/hash/md2/md2.h
+++ b/src/lib/hash/md2/md2.h
@@ -15,7 +15,7 @@ namespace Botan {
/**
* MD2
*/
-class BOTAN_DLL MD2 : public HashFunction
+class BOTAN_DLL MD2 final : public HashFunction
{
public:
std::string name() const override { return "MD2"; }