diff options
Diffstat (limited to 'src/lib/block/rc2/rc2.h')
-rw-r--r-- | src/lib/block/rc2/rc2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/block/rc2/rc2.h b/src/lib/block/rc2/rc2.h index 76391791a..9ec9b9557 100644 --- a/src/lib/block/rc2/rc2.h +++ b/src/lib/block/rc2/rc2.h @@ -15,7 +15,7 @@ namespace Botan { /** * RC2 */ -class BOTAN_DLL RC2 : public Block_Cipher_Fixed_Params<8, 1, 32> +class BOTAN_DLL RC2 final : public Block_Cipher_Fixed_Params<8, 1, 32> { public: void encrypt_n(const byte in[], byte out[], size_t blocks) const override; |