Skip to content
Snippets Groups Projects
Commit 3a55563c authored by Niels Möller's avatar Niels Möller
Browse files

(test_main): New limit argument in

call of rsa_keypair_from_sexp_alist.

Rev: src/nettle/testsuite/sexp2rsa-test.c:1.3
parent 59ef8f68
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ test_main(void) ...@@ -13,7 +13,7 @@ test_main(void)
rsa_init_private_key(&priv); rsa_init_private_key(&priv);
ASSERT(rsa_keypair_from_sexp ASSERT(rsa_keypair_from_sexp
(&pub, &priv, (&pub, &priv, 0,
HL("2831313a707269766174652d6b657928" HL("2831313a707269766174652d6b657928"
"333a72736128313a6e36333a085c3408" "333a72736128313a6e36333a085c3408"
"989acae4faec3cbbad91c90d34c1d259" "989acae4faec3cbbad91c90d34c1d259"
......
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