Skip to content
GitLab
Menu
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
7449359f
Commit
7449359f
authored
Jun 01, 2000
by
Niels Möller
Browse files
* src/lsh.c (main_argp_parser): Use new srp-related atoms.
Rev: src/lsh.c:1.109
parent
08068f28
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lsh.c
View file @
7449359f
...
...
@@ -989,9 +989,9 @@ main_argp_parser(int key, char *arg, struct argp_state *state)
#if WITH_SRP
if
(
self
->
with_srp_keyexchange
)
{
LIST
(
self
->
kex_algorithms
)[
i
++
]
=
ATOM_SRP_
GROUP
1_SHA1
;
LIST
(
self
->
kex_algorithms
)[
i
++
]
=
ATOM_SRP_
RING
1_SHA1
;
ALIST_SET
(
self
->
super
.
algorithms
,
ATOM_SRP_
GROUP
1_SHA1
,
ATOM_SRP_
RING
1_SHA1
,
make_srp_client
(
make_srp1
(
self
->
random
),
ssh_format
(
"%lz"
,
self
->
user
)));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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