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
Nettle
nettle
Commits
1cbc329f
Commit
1cbc329f
authored
Nov 07, 2002
by
Niels Möller
Browse files
(read_rsa_key): New limit argument in
call of rsa_keypair_from_sexp_alist. Rev: src/nettle/examples/io.c:1.3
parent
169acb63
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/io.c
View file @
1cbc329f
...
@@ -175,7 +175,7 @@ read_rsa_key(const char *name,
...
@@ -175,7 +175,7 @@ read_rsa_key(const char *name,
if
(
!
length
)
if
(
!
length
)
return
0
;
return
0
;
res
=
rsa_keypair_from_sexp
(
pub
,
priv
,
length
,
buffer
);
res
=
rsa_keypair_from_sexp
(
pub
,
priv
,
0
,
length
,
buffer
);
free
(
buffer
);
free
(
buffer
);
return
res
;
return
res
;
...
...
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