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
25543d91
Commit
25543d91
authored
Feb 28, 2006
by
Niels Möller
Browse files
ENV_LSHD_CONFIG_FILE changed to ENV_LSHD_CONF.
Rev: src/lshd.c:1.170.2.35
parent
975a869d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lshd.c
View file @
25543d91
...
...
@@ -538,7 +538,7 @@ make_lshd_config(struct lshd_context *ctx)
{
NEW
(
lshd_config
,
self
);
init_server_config
(
&
self
->
super
,
&
lshd_config_parser
,
FILE_LSHD_CONF
,
ENV_LSHD_CONF
IG_FILE
);
FILE_LSHD_CONF
,
ENV_LSHD_CONF
);
self
->
algorithms
=
make_algorithms_options
(
all_symmetric_algorithms
());
...
...
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