Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lsh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LSH
lsh
Commits
f36de37c
Commit
f36de37c
authored
Sep 17, 2013
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a failure message.
parent
e8fa4755
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ChangeLog
ChangeLog
+4
-0
src/dsa.c
src/dsa.c
+1
-1
No files found.
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_s
ha256_s
ign: Internal error, unexpected algorithm %a.
\n
"
,
fatal
(
"do_dsa_sign: Internal error, unexpected algorithm %a.
\n
"
,
algorithm
);
}
else
...
...
Write
Preview
Markdown
is supported
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