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
55a2ea2a
Commit
55a2ea2a
authored
Nov 28, 1999
by
Niels Möller
Browse files
* src/lshd.c (main): Don't pass any signature algorithm to
make_authorization_db(). Rev: src/lshd.c:1.74
parent
3220c365
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lshd.c
View file @
55a2ea2a
...
...
@@ -399,7 +399,7 @@ int main(int argc, char **argv)
authorization_lookup
=
make_alist
(
1
,
ATOM_SSH_DSS
,
make_authorization_db
(
ssh_format
(
"authorized_keys_sha1"
),
make_dsa_algorithm
(
NULL
),
/*
make_dsa_algorithm(NULL),
*/
&
sha1_algorithm
),
-
1
);
...
...
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