summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-04 13:18:54 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-04 13:18:54 +0200
commitee72576474b1e6056113cf552c31a9daeadfa800 (patch)
treeef09dd4bc926e13345213b2ab6a913c2a32b7593 /tests
parent1ea190d216767dd4ab93b87361cbcb9d4fb3aafc (diff)
downloadgnutls-ee72576474b1e6056113cf552c31a9daeadfa800.tar.gz
Fix output.
Diffstat (limited to 'tests')
-rw-r--r--tests/nul-in-x509-names.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nul-in-x509-names.c b/tests/nul-in-x509-names.c
index 8de400b2eb..9bbd73d875 100644
--- a/tests/nul-in-x509-names.c
+++ b/tests/nul-in-x509-names.c
@@ -119,7 +119,7 @@ main (void)
ret = gnutls_x509_crt_check_hostname (crt, "www.bank.com");
if (ret == 0)
{
- puts("gnutls_x509_crt_check_hostname OK");
+ puts("gnutls_x509_crt_check_hostname OK (NUL-IN-CN)");
}
else
{