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

(pgp_put_mpi): Fixed nettle_mpz_get_str_256 call.

Rev: src/nettle/pgp-encode.c:1.6
parent 03f24454
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ pgp_put_mpi(struct nettle_buffer *buffer, const mpz_t x)
if (!p)
return 0;
nettle_mpz_get_str_256(x, octets, p);
nettle_mpz_get_str_256(octets, p, x);
return 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment