]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix output.
authorSimon Josefsson <simon@josefsson.org>
Tue, 4 Aug 2009 11:18:54 +0000 (13:18 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 4 Aug 2009 11:18:54 +0000 (13:18 +0200)
tests/nul-in-x509-names.c

index 8de400b2eba0a771149daeba736428104350eb02..9bbd73d8754241428176bce8ec81f5007a3004d9 100644 (file)
@@ -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
     {