Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
697039a8
Commit
697039a8
authored
Oct 06, 2002
by
Niels Möller
Browse files
* sexp2rsa.c (get_value): No need to call sexp_iterator_next
anymore. Rev: src/nettle/sexp2rsa.c:1.6
parent
080ebce5
Changes
1
Hide whitespace changes
Inline
Side-by-side
sexp2rsa.c
View file @
697039a8
...
...
@@ -38,8 +38,7 @@
static
int
get_value
(
mpz_t
x
,
struct
sexp_iterator
*
i
)
{
if
(
sexp_iterator_next
(
i
)
&&
i
->
type
==
SEXP_ATOM
if
(
i
->
type
==
SEXP_ATOM
&&
!
i
->
display
)
{
nettle_mpz_set_str_256
(
x
,
i
->
atom_length
,
i
->
atom
);
...
...
Write
Preview
Supports
Markdown
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