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
f36de37c
Commit
f36de37c
authored
Sep 17, 2013
by
Niels Möller
Browse files
Fixed a failure message.
parent
e8fa4755
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f36de37c
2013-09-17 Niels Möller <nisse@lysator.liu.se>
* src/dsa.c (do_dsa_sign): Fixed failure message.
2013-09-02 Niels Möller <nisse@lysator.liu.se>
* src/gateway_channel.c (do_kill_gateway_channel): Fixed handling
...
...
src/dsa.c
View file @
f36de37c
...
...
@@ -284,7 +284,7 @@ do_dsa_sign(struct signer *c,
break
;
default:
fatal
(
"do_dsa_
sha256_
sign: Internal error, unexpected algorithm %a.
\n
"
,
fatal
(
"do_dsa_sign: Internal error, unexpected algorithm %a.
\n
"
,
algorithm
);
}
else
...
...
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