Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
87d5f96f
Commit
87d5f96f
authored
May 12, 2011
by
JINMEI Tatuya
Browse files
[master] corrected a minor grammar error in a comment line.
parent
97a0938c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/tests/tsigkey_unittest.cc
View file @
87d5f96f
...
...
@@ -161,8 +161,8 @@ TEST_F(TSIGKeyRingTest, add) {
EXPECT_EQ
(
TSIGKeyRing
::
EXIST
,
keyring
.
add
(
TSIGKey
(
key_name
,
TSIGKey
::
HMACSHA256_NAME
(),
secret
,
secret_len
)));
// keys are identified their names, the same name of key with a
different
// algorithm would be considered a duplicate.
// keys are identified
by
their names, the same name of key with a
//
different
algorithm would be considered a duplicate.
EXPECT_EQ
(
TSIGKeyRing
::
EXIST
,
keyring
.
add
(
TSIGKey
(
Name
(
"example.com"
),
TSIGKey
::
HMACSHA1_NAME
(),
secret
,
secret_len
)));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment