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
LSH
lsh
Commits
e99b95ea
Commit
e99b95ea
authored
Aug 23, 2012
by
Niels Möller
Browse files
list_kex_algorithms: Typo fix in message.
parent
172de068
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e99b95ea
2012-08-23 Niels Möller <nisse@lysator.liu.se>
* src/algorithms.c (list_kex_algorithms): Typo fix in message.
2012-07-14 Niels Möller <nisse@lysator.liu.se>
Copyright headers: Updated FSF address.
...
...
src/algorithms.c
View file @
e99b95ea
...
...
@@ -455,7 +455,8 @@ list_hostkey_algorithms(const struct argp_state *state)
void
list_kex_algorithms
(
const
struct
argp_state
*
state
)
{
fprintf
(
state
->
out_stream
,
"%s"
,
"Supported key exchange algorithms: dh-group1.sha1, dh-group14-sha1
\n
"
);
fprintf
(
state
->
out_stream
,
"%s"
,
"Supported key exchange algorithms: dh-group1-sha1, dh-group14-sha1
\n
"
);
}
...
...
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