Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
5c232aa8
Commit
5c232aa8
authored
Mar 26, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#if out unused test_dsa_key.
parent
42ca4498
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
ChangeLog
ChangeLog
+5
-0
testsuite/testutils.c
testsuite/testutils.c
+2
-0
No files found.
ChangeLog
View file @
5c232aa8
2014-03-26 Niels Möller <nisse@lysator.liu.se>
* testsuite/testutils.c (test_dsa_sign): #if out, currently
unused.
2014-03-23 Niels Möller <nisse@lysator.liu.se>
From Owen Kirby:
...
...
testsuite/testutils.c
View file @
5c232aa8
...
...
@@ -1124,6 +1124,7 @@ test_dsa256(const struct dsa_public_key *pub,
dsa_signature_clear
(
&
signature
);
}
#if 0
void
test_dsa_sign(const struct dsa_public_key *pub,
const struct dsa_private_key *key,
...
...
@@ -1180,6 +1181,7 @@ test_dsa_sign(const struct dsa_public_key *pub,
free (bad_digest);
dsa_signature_clear(&signature);
}
#endif
void
test_dsa_verify
(
const
struct
dsa_public_key
*
pub
,
...
...
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