diff options
author | Jack Lloyd <[email protected]> | 2016-01-12 23:44:00 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-01-12 23:44:00 -0500 |
commit | 99ff6ddbaefe5d5f6d1b86f0dd80a8820c22c89d (patch) | |
tree | ba2725805d13e8376c2065d57e02d494a43d2f95 /src/lib/stream/ctr/ctr.h | |
parent | b681659b470e504a9a670cdeff8916765ab89c68 (diff) | |
parent | 45124582e3b964800f0be1f88773dd6f2cafc672 (diff) |
Merge GH #408 Add final attribute on many classes
Diffstat (limited to 'src/lib/stream/ctr/ctr.h')
-rw-r--r-- | src/lib/stream/ctr/ctr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/stream/ctr/ctr.h b/src/lib/stream/ctr/ctr.h index f59f06d5f..dc05fa596 100644 --- a/src/lib/stream/ctr/ctr.h +++ b/src/lib/stream/ctr/ctr.h @@ -16,7 +16,7 @@ namespace Botan { /** * CTR-BE (Counter mode, big-endian) */ -class BOTAN_DLL CTR_BE : public StreamCipher +class BOTAN_DLL CTR_BE final : public StreamCipher { public: void cipher(const byte in[], byte out[], size_t length) override; |