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
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
7d459763
Commit
7d459763
authored
Sep 10, 2012
by
Tim Ruehsen
Committed by
Niels Möller
Sep 10, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deleted some unused variables.
parent
dde1dbd4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
ChangeLog
ChangeLog
+4
-2
pgp-encode.c
pgp-encode.c
+0
-1
rsa2openpgp.c
rsa2openpgp.c
+0
-1
No files found.
ChangeLog
View file @
7d459763
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>
...
...
pgp-encode.c
View file @
7d459763
...
...
@@ -246,7 +246,6 @@ pgp_put_rsa_sha1_signature(struct nettle_buffer *buffer,
unsigned
hash_end
;
unsigned
sub_packet_start
;
uint8_t
trailer
[
6
];
uint8_t
digest16
[
2
];
mpz_t
s
;
/* Signature packet. The packet could reasonably be both smaller and
...
...
rsa2openpgp.c
View file @
7d459763
...
...
@@ -64,7 +64,6 @@ rsa_keypair_to_openpgp(struct nettle_buffer *buffer,
time_t
now
=
time
(
NULL
);
unsigned
key_start
;
unsigned
key_length
;
unsigned
userid_start
;
struct
sha1_ctx
key_hash
;
...
...
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