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
a174b825
Commit
a174b825
authored
Aug 21, 2001
by
Niels Möller
Browse files
(handshake_command): Use CAST_SUBTYPE.
Rev: src/handshake.c:1.6
parent
aba63a73
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/handshake.c
View file @
a174b825
...
...
@@ -304,7 +304,7 @@ DEFINE_COMMAND4(handshake_command)
struct
exception_handler
*
e
)
{
CAST
(
handshake_info
,
info
,
a1
);
CAST
(
make_kexinit
,
init
,
a2
);
CAST
_SUBTYPE
(
make_kexinit
,
init
,
a2
);
CAST
(
listen_value
,
lv
,
a4
);
struct
lsh_string
*
version
;
...
...
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