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
97d144bc
Commit
97d144bc
authored
May 28, 2000
by
Niels Möller
Browse files
* src/dh_exchange.c (init_dh_instance): Use hex in debug output.
Rev: src/dh_exchange.c:1.4
parent
24744551
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dh_exchange.c
View file @
97d144bc
...
...
@@ -52,8 +52,8 @@ init_dh_instance(struct dh_method *m,
debug
(
"init_dh_instance()
\n
"
" V_C: %pS
\n
"
,
c
->
versions
[
CONNECTION_CLIENT
]);
debug
(
" V_S: %pS
\n
"
,
c
->
versions
[
CONNECTION_SERVER
]);
debug
(
" I_C: %
p
S
\n
"
,
c
->
literal_kexinits
[
CONNECTION_CLIENT
]);
debug
(
" I_
C
: %
p
S
\n
"
,
c
->
literal_kexinits
[
CONNECTION_SERVER
]);
debug
(
" I_C: %
x
S
\n
"
,
c
->
literal_kexinits
[
CONNECTION_CLIENT
]);
debug
(
" I_
S
: %
x
S
\n
"
,
c
->
literal_kexinits
[
CONNECTION_SERVER
]);
s
=
ssh_format
(
"%S%S%S%S"
,
c
->
versions
[
CONNECTION_CLIENT
],
...
...
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