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

* testsuite/dsa-test.c (test_main): Call dsa_test_key.

Rev: src/nettle/testsuite/dsa-test.c:1.3
parent af06b604
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,8 @@ test_main(void) ...@@ -36,6 +36,8 @@ test_main(void)
mpz_set_str(key.x, mpz_set_str(key.x,
"56c6efaf878d06eef21dc070fab71da6ec1e30a6", 16); "56c6efaf878d06eef21dc070fab71da6ec1e30a6", 16);
test_dsa_key(&pub, &key);
test_dsa(&pub, &key); test_dsa(&pub, &key);
dsa_public_key_clear(&pub); dsa_public_key_clear(&pub);
......
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