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
LSH
lsh
Commits
36a1a265
Commit
36a1a265
authored
Dec 31, 1998
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* publickey_crypto.c (make_dss_verifier): Mark closure algorithm
as UNUSED. Rev: src/publickey_crypto.c:1.21
parent
35e09556
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/publickey_crypto.c
src/publickey_crypto.c
+4
-3
No files found.
src/publickey_crypto.c
View file @
36a1a265
...
...
@@ -341,9 +341,10 @@ static struct signer *make_dss_signer(struct signature_algorithm *c,
return
&
res
->
super
;
}
static
struct
verifier
*
make_dss_verifier
(
struct
signature_algorithm
*
closure
,
UINT32
public_length
,
UINT8
*
public
)
static
struct
verifier
*
make_dss_verifier
(
struct
signature_algorithm
*
closure
UNUSED
,
UINT32
public_length
,
UINT8
*
public
)
{
NEW
(
dss_verifier
,
res
);
struct
simple_buffer
buffer
;
...
...
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