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
5ee81e7e
Commit
5ee81e7e
authored
Oct 09, 2002
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dsa-verify.c (dsa_verify): Use const for the public key
argument. Rev: src/nettle/dsa-verify.c:1.2
parent
03e759fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dsa-verify.c
dsa-verify.c
+1
-1
No files found.
dsa-verify.c
View file @
5ee81e7e
...
...
@@ -34,7 +34,7 @@
#include <stdlib.h>
int
dsa_verify
(
struct
dsa_public_key
*
key
,
dsa_verify
(
const
struct
dsa_public_key
*
key
,
struct
sha1_ctx
*
hash
,
const
struct
dsa_signature
*
signature
)
{
...
...
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