Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
697039a8
Commit
697039a8
authored
Oct 06, 2002
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* 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
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
sexp2rsa.c
sexp2rsa.c
+1
-2
No files found.
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
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