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

(test_main): Added a leading zero in the private key expression.

Rev: src/nettle/testsuite/sexp2rsa-test.c:1.4
parent 439979b1
No related branches found
No related tags found
No related merge requests found
...@@ -35,9 +35,9 @@ test_main(void) ...@@ -35,9 +35,9 @@ test_main(void)
"6a8944f0b92928313a6233323a014875" "6a8944f0b92928313a6233323a014875"
"1e622d6d58e3bb094afd6edacf737035" "1e622d6d58e3bb094afd6edacf737035"
"1d068e2ce9f565c5528c4a7473292831" "1d068e2ce9f565c5528c4a7473292831"
"3a6333313af8a458ea73a018dc6fa568" "3a6333323a00f8a458ea73a018dc6fa5"
"63e3bc6de405f364f77dee6f0962679e" "6863e3bc6de405f364f77dee6f096267"
"a1a8282e292929"))); "9ea1a8282e292929")));
test_rsa_key(&pub, &priv); test_rsa_key(&pub, &priv);
......
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