aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_gost_3410.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-22 10:56:25 -0400
committerJack Lloyd <[email protected]>2017-09-22 10:56:25 -0400
commit2610d170e73b3e1f94c35de75f6c25cea52ef7d5 (patch)
tree9c60bb607340eb79dace57184ed67145a478cfa4 /src/tests/test_gost_3410.cpp
parentdc24f117eca49214d45582c83d2b8ddcc2c81704 (diff)
Add final annotations as appropriate in the test code
Diffstat (limited to 'src/tests/test_gost_3410.cpp')
-rw-r--r--src/tests/test_gost_3410.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/test_gost_3410.cpp b/src/tests/test_gost_3410.cpp
index bc036e037..a1443a7ae 100644
--- a/src/tests/test_gost_3410.cpp
+++ b/src/tests/test_gost_3410.cpp
@@ -18,7 +18,7 @@ namespace {
#if defined(BOTAN_HAS_GOST_34_10_2001)
-class GOST_3410_2001_Verification_Tests : public PK_Signature_Verification_Test
+class GOST_3410_2001_Verification_Tests final : public PK_Signature_Verification_Test
{
public:
GOST_3410_2001_Verification_Tests() : PK_Signature_Verification_Test(
@@ -42,7 +42,7 @@ class GOST_3410_2001_Verification_Tests : public PK_Signature_Verification_Test
}
};
-class GOST_3410_2001_Signature_Tests : public PK_Signature_Generation_Test
+class GOST_3410_2001_Signature_Tests final : public PK_Signature_Generation_Test
{
public:
GOST_3410_2001_Signature_Tests() : PK_Signature_Generation_Test(
@@ -71,7 +71,7 @@ class GOST_3410_2001_Signature_Tests : public PK_Signature_Generation_Test
}
};
-class GOST_3410_2001_Keygen_Tests : public PK_Key_Generation_Test
+class GOST_3410_2001_Keygen_Tests final : public PK_Key_Generation_Test
{
public:
std::vector<std::string> keygen_params() const override