summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tcpd/libcouriergnutls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcpd/libcouriergnutls.c b/tcpd/libcouriergnutls.c
index 7a48ae3..5fc0ef9 100644
--- a/tcpd/libcouriergnutls.c
+++ b/tcpd/libcouriergnutls.c
@@ -567,7 +567,6 @@ static int name_check(ssl_handle ssl,
p=idn_domain ? idn_domain:ssl->info_cpy.peer_verify_domain;
- printf("Check %s\n", p);
rc=gnutls_x509_crt_check_hostname(cert, p);
if (idn_domain)