From ee72576474b1e6056113cf552c31a9daeadfa800 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 4 Aug 2009 13:18:54 +0200 Subject: Fix output. --- tests/nul-in-x509-names.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 { -- cgit v1.2.1