Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
7d459763
Commit
7d459763
authored
12 years ago
by
Tim Ruehsen
Committed by
Niels Möller
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Deleted some unused variables.
parent
dde1dbd4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+4
-2
4 additions, 2 deletions
ChangeLog
pgp-encode.c
+0
-1
0 additions, 1 deletion
pgp-encode.c
rsa2openpgp.c
+0
-1
0 additions, 1 deletion
rsa2openpgp.c
with
4 additions
and
4 deletions
ChangeLog
+
4
−
2
View file @
7d459763
2012-09-10 Niels Möller <nisse@lysator.liu.se>
2012-09-10 Niels Möller <nisse@lysator.liu.se>
* examples/base16enc.c (main): Deleted useless allocations. Patch
From Tim Rühsen:
from Tim Rühsen.
* pgp-encode.c (pgp_put_rsa_sha1_signature): Deleted unused variable.
* rsa2openpgp.c (rsa_keypair_to_openpgp): Likewise.
* examples/base16enc.c (main): Deleted useless allocations.
2012-09-07 Niels Möller <nisse@lysator.liu.se>
2012-09-07 Niels Möller <nisse@lysator.liu.se>
...
...
This diff is collapsed.
Click to expand it.
pgp-encode.c
+
0
−
1
View file @
7d459763
...
@@ -246,7 +246,6 @@ pgp_put_rsa_sha1_signature(struct nettle_buffer *buffer,
...
@@ -246,7 +246,6 @@ pgp_put_rsa_sha1_signature(struct nettle_buffer *buffer,
unsigned
hash_end
;
unsigned
hash_end
;
unsigned
sub_packet_start
;
unsigned
sub_packet_start
;
uint8_t
trailer
[
6
];
uint8_t
trailer
[
6
];
uint8_t
digest16
[
2
];
mpz_t
s
;
mpz_t
s
;
/* Signature packet. The packet could reasonably be both smaller and
/* Signature packet. The packet could reasonably be both smaller and
...
...
This diff is collapsed.
Click to expand it.
rsa2openpgp.c
+
0
−
1
View file @
7d459763
...
@@ -64,7 +64,6 @@ rsa_keypair_to_openpgp(struct nettle_buffer *buffer,
...
@@ -64,7 +64,6 @@ rsa_keypair_to_openpgp(struct nettle_buffer *buffer,
time_t
now
=
time
(
NULL
);
time_t
now
=
time
(
NULL
);
unsigned
key_start
;
unsigned
key_start
;
unsigned
key_length
;
unsigned
userid_start
;
unsigned
userid_start
;
struct
sha1_ctx
key_hash
;
struct
sha1_ctx
key_hash
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment