From: Simon Josefsson Date: Tue, 4 Aug 2009 11:18:54 +0000 (+0200) Subject: Fix output. X-Git-Tag: gnutls_2_9_2~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee72576474b1e6056113cf552c31a9daeadfa800;p=thirdparty%2Fgnutls.git Fix output. --- 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 {