2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[3919] Removed spurious declarations

This commit is contained in:
Francis Dupont
2015-06-24 13:18:07 +02:00
parent fdc31435c1
commit 06e1ae77f1
2 changed files with 0 additions and 4 deletions

View File

@@ -560,8 +560,6 @@ namespace {
}
TEST(HashTest, HashLength) {
std::vector<uint8_t> result;
EXPECT_EQ(8, digestVectorLength(MD5, 8));
EXPECT_EQ(16, digestVectorLength(MD5, 16));
EXPECT_EQ(16, digestVectorLength(MD5, 40));

View File

@@ -638,8 +638,6 @@ namespace {
}
TEST(HMACTest, HMACSigLengthArgument) {
std::vector<uint8_t> sig;
EXPECT_EQ(8, sigVectorLength(MD5, 8));
EXPECT_EQ(16, sigVectorLength(MD5, 16));
EXPECT_EQ(16, sigVectorLength(MD5, 40));