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
4fdb596d
Commit
4fdb596d
authored
Nov 29, 1999
by
Niels Möller
Browse files
* src/lshd.c (main): Changed invocation of read_spki_key_file.
Rev: src/lshd.c:1.75
parent
f9d7a326
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lshd.c
View file @
4fdb596d
...
...
@@ -381,7 +381,9 @@ int main(int argc, char **argv)
/* Read the hostkey */
keys
=
make_alist
(
0
,
-
1
);
if
(
!
(
hostkey
=
read_spki_key_file
(
options
->
hostkey
,
r
,
&
ignore_exception_handler
)))
if
(
!
(
hostkey
=
read_spki_key_file
(
options
->
hostkey
,
make_alist
(
1
,
ATOM_DSA
,
make_dsa_algorithm
(
r
),
-
1
),
&
ignore_exception_handler
)))
{
werror
(
"lshd: Could not read hostkey.
\n
"
);
return
EXIT_FAILURE
;
...
...
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