Skip to content
Snippets Groups Projects
Commit 58b6701c authored by Niels Möller's avatar Niels Möller
Browse files

Drop unused variable.

parent 56606478
Branches
Tags
Loading
......@@ -46,7 +46,7 @@ rsa_pkcs1_sign_tr(const struct rsa_public_key *pub,
size_t length, const uint8_t *digest_info,
mpz_t s)
{
mpz_t ri, m;
mpz_t m;
int ret;
mpz_init(m);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment