From 35c6ac48c93e7e40a2152bac8ec74b4ef13607a1 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 28 Nov 2021 21:42:52 +0000 Subject: Fix a bunch of cases where module types were not marked as final. --- src/modules/m_pbkdf2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_pbkdf2.cpp') diff --git a/src/modules/m_pbkdf2.cpp b/src/modules/m_pbkdf2.cpp index 4823cd9a0..a37da222b 100644 --- a/src/modules/m_pbkdf2.cpp +++ b/src/modules/m_pbkdf2.cpp @@ -27,7 +27,7 @@ // Iterations:B64(Hash):B64(Salt) // E.g. // 10200:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA:BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB -class PBKDF2Hash +class PBKDF2Hash final { public: unsigned long iterations; -- cgit v1.3.1-10-gc9f91