Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
7ba74ff8
Commit
7ba74ff8
authored
May 13, 2003
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
pgp-encode.c
View file @
7ba74ff8
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment