aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-07-31 10:44:03 -0400
committerJack Lloyd <[email protected]>2017-07-31 10:44:03 -0400
commitbf1efdb909118a309bffbab8f0cd513842d59092 (patch)
tree19506d889d72010c3562e0f542a510687de4f3fd /src/tests
parent45c603c8e5ec43cf4af36157777dd47e5d416f7f (diff)
parent5f071d592ceb54e026de29c96d2ee6f5efc50d22 (diff)
Merge GH #1132 Fix Doxygen errors and add -Wdocumentation flag to clang maintainer build
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test_sm2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_sm2.cpp b/src/tests/test_sm2.cpp
index 0361ea3a3..c0d272cbd 100644
--- a/src/tests/test_sm2.cpp
+++ b/src/tests/test_sm2.cpp
@@ -28,7 +28,7 @@ class SM2_Signature_KAT_Tests : public PK_Signature_Generation_Test
"P,A,B,xG,yG,Order,Cofactor,Ident,Msg,x,Nonce,Signature",
"") {}
- virtual std::string default_padding(const VarMap& vars) const
+ virtual std::string default_padding(const VarMap& vars) const override
{
return get_req_str(vars, "Ident");
}