diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-05-21 17:00:01 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-06-03 19:42:47 +0200 |
commit | eb24bfa808ee029e9b3b198d66d29256eea3fd08 (patch) | |
tree | dc148e2b0edcf8368bc04924c807478e9b293809 /tests | |
parent | e30457b0fdb9d7d05734197b4e3bc8a47405f016 (diff) | |
download | gnutls-eb24bfa808ee029e9b3b198d66d29256eea3fd08.tar.gz |
Added support for libnettle backend. This uses gmp for big number operations.
It is not currently completed. It lacks RSA blinding as well as optimizations.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/chainverify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chainverify.c b/tests/chainverify.c index 5aa4b88df1..1ddc20937a 100644 --- a/tests/chainverify.c +++ b/tests/chainverify.c @@ -848,7 +848,7 @@ doit (void) if (verify_status != chains[i].expected_verify_result) { - fail ("verify_status: %d expected: %d", + fail ("verify_status: %d expected: %d\n", verify_status, chains[i].expected_verify_result); if (debug) |