aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/rc6/rc6.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/block/rc6/rc6.h')
-rw-r--r--src/lib/block/rc6/rc6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/block/rc6/rc6.h b/src/lib/block/rc6/rc6.h
index a84d06a9b..3f9bb0af1 100644
--- a/src/lib/block/rc6/rc6.h
+++ b/src/lib/block/rc6/rc6.h
@@ -15,7 +15,7 @@ namespace Botan {
/**
* RC6, Ron Rivest's AES candidate
*/
-class BOTAN_DLL RC6 : public Block_Cipher_Fixed_Params<16, 1, 32>
+class BOTAN_DLL RC6 final : public Block_Cipher_Fixed_Params<16, 1, 32>
{
public:
void encrypt_n(const byte in[], byte out[], size_t blocks) const override;