aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_ecc.cpp
diff options
context:
space:
mode:
authorDaniel Neus <[email protected]>2016-01-08 22:35:59 +0100
committerDaniel Neus <[email protected]>2016-01-08 22:35:59 +0100
commit9fe9c5afecc71c72097c94fe9f6893e7e258ebee (patch)
tree84e827e8b67cd4d22bb8f63189f6432eb15ef2d8 /src/tests/unit_ecc.cpp
parent805c391817f22681ca9f09d7b04475f7cd9d34e7 (diff)
add missing overrides
found by gcc with -Wsuggest-override
Diffstat (limited to 'src/tests/unit_ecc.cpp')
-rw-r--r--src/tests/unit_ecc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/unit_ecc.cpp b/src/tests/unit_ecc.cpp
index 4cb585e45..2bcf4d3dc 100644
--- a/src/tests/unit_ecc.cpp
+++ b/src/tests/unit_ecc.cpp
@@ -195,7 +195,7 @@ class NIST_Curve_Reduction_Tests : public Test
{
public:
typedef std::function<void (Botan::BigInt&, Botan::secure_vector<Botan::word>&)> reducer_fn;
- std::vector<Test::Result> run()
+ std::vector<Test::Result> run() override
{
std::vector<Test::Result> results;