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
74971e38
Commit
74971e38
authored
Oct 17, 2000
by
Niels Möller
Browse files
* src/lsh_proxy.c (do_host_lookup): Adapt to the changed
make_ssh_dss_verifier function. Rev: src/lsh_proxy.c:1.14
parent
b944fbec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lsh_proxy.c
View file @
74971e38
...
...
@@ -412,8 +412,8 @@ do_host_lookup(struct lookup_verifier *c UNUSED,
{
switch
(
method
)
{
case
ATOM_SSH_DSS
:
return
&
make_ssh_dss_verifier
(
key
->
length
,
key
->
data
)
->
super
;
case
ATOM_SSH_DSS
:
return
make_ssh_dss_verifier
(
key
->
length
,
key
->
data
);
default:
return
NULL
;
}
...
...
Write
Preview
Markdown
is supported
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