aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-03-10 10:26:31 -0500
committerJack Lloyd <[email protected]>2018-03-10 10:26:31 -0500
commite0c2aeb7f331182d055a737da7cef3ffe8545c7b (patch)
tree7e3f7bbf10db9e6d7a8da0256ba08278f579f9de /src/lib
parentacecc97cbe1feead8c437b2fd49b80065d7cbe41 (diff)
Add missing overrides [ci skip]
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/misc/fpe_fe1/fpe_fe1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/misc/fpe_fe1/fpe_fe1.h b/src/lib/misc/fpe_fe1/fpe_fe1.h
index 5d8ea9d37..8f987fd65 100644
--- a/src/lib/misc/fpe_fe1/fpe_fe1.h
+++ b/src/lib/misc/fpe_fe1/fpe_fe1.h
@@ -27,9 +27,9 @@ class BOTAN_PUBLIC_API(2,5) FPE_FE1 final : public SymmetricAlgorithm
Key_Length_Specification key_spec() const override;
- std::string name() const;
+ std::string name() const override;
- void clear();
+ void clear() override;
BigInt encrypt(const BigInt& x, const uint8_t tweak[], size_t tweak_len) const;