Skip to content
Snippets Groups Projects
Commit 1cbc329f authored by Niels Möller's avatar 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
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ read_rsa_key(const char *name,
if (!length)
return 0;
res = rsa_keypair_from_sexp(pub, priv, length, buffer);
res = rsa_keypair_from_sexp(pub, priv, 0, length, buffer);
free(buffer);
return res;
......
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