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
da577f13
Commit
da577f13
authored
Feb 27, 2006
by
Niels Möller
Browse files
(lsh_decode_key): Cosmetic changes to werror messages.
Rev: src/lsh-decode-key.c:1.22.2.6
parent
18b98140
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lsh-decode-key.c
View file @
da577f13
...
...
@@ -134,7 +134,7 @@ lsh_decode_key(struct lsh_string *contents)
{
struct
verifier
*
v
;
werror
(
"
lsh-decode-key:
Reading key of type ssh-dss...
\n
"
);
werror
(
"Reading key of type ssh-dss...
\n
"
);
v
=
parse_ssh_dss_public
(
&
buffer
);
...
...
@@ -151,7 +151,7 @@ lsh_decode_key(struct lsh_string *contents)
{
struct
verifier
*
v
;
werror
(
"
lsh-decode-key:
Reading key of type ssh-rsa...
\n
"
);
werror
(
"Reading key of type ssh-rsa...
\n
"
);
v
=
parse_ssh_rsa_public
(
&
buffer
);
...
...
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