diff options
| author | Sam Varshavchik | 2016-04-29 08:49:24 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2016-04-29 08:49:24 -0400 | 
| commit | e78abb4d49fb834f713d19c80fc145a271bd96d2 (patch) | |
| tree | 8eeeafafa56a77cfc29adc9fb27215bbb1d661e7 /tcpd | |
| parent | d3522e32589bd07385bca9a1ccd9085a14d6aa8b (diff) | |
| download | courier-libs-e78abb4d49fb834f713d19c80fc145a271bd96d2.tar.bz2 | |
Remove debugging message.
Diffstat (limited to 'tcpd')
| -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 | 
