diff options
Diffstat (limited to 'tcpd/libcouriertls.c')
| -rw-r--r-- | tcpd/libcouriertls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tcpd/libcouriertls.c b/tcpd/libcouriertls.c index 89e362c..3ab335e 100644 --- a/tcpd/libcouriertls.c +++ b/tcpd/libcouriertls.c @@ -1060,7 +1060,6 @@ SSL *tls_connect(SSL_CTX *ctx, int fd) #ifdef HAVE_OPENSSL_SNI if (info->peer_verify_domain) { - fprintf(stderr, "Requesting %s\n", info->peer_verify_domain); SSL_set_tlsext_host_name(ssl, info->peer_verify_domain); } #endif |
