summaryrefslogtreecommitdiff
path: root/src/tests.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@crystal.(none)>2008-04-28 22:56:08 +0300
committerNikos Mavrogiannopoulos <nmav@crystal.(none)>2008-04-28 22:56:08 +0300
commita0e582d0c183dfad274a82c02a54bb5317a987a4 (patch)
tree1b5be167f5fdc2ec49d8b609cfa0af755ce81dca /src/tests.c
parent03c4de6e90a7f3dab2fa3dc7485c3c02bf78446d (diff)
downloadgnutls-a0e582d0c183dfad274a82c02a54bb5317a987a4.tar.gz
gnutls-cli will exit once a certificate that doesn't have the
correct name is found.
Diffstat (limited to 'src/tests.c')
-rw-r--r--src/tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests.c b/src/tests.c
index 66cd61baf4..844013f26a 100644
--- a/src/tests.c
+++ b/src/tests.c
@@ -1086,7 +1086,7 @@ test_certificate (gnutls_session_t session)
return ret;
printf ("\n");
- print_cert_info (session, hostname);
+ print_cert_info (session, hostname, 1);
return TEST_SUCCEED;
}