mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
r16217@tombo: nickm | 2008-06-12 21:13:09 -0400
Remove spurious debugging message. svn:r15176
This commit is contained in:
parent
bb0947b1b9
commit
22080354ed
@ -827,7 +827,6 @@ tor_tls_new(int sock, int isServer)
|
|||||||
if (!SSL_set_cipher_list(result->ssl,
|
if (!SSL_set_cipher_list(result->ssl,
|
||||||
isServer ? SERVER_CIPHER_LIST : CLIENT_CIPHER_LIST)) {
|
isServer ? SERVER_CIPHER_LIST : CLIENT_CIPHER_LIST)) {
|
||||||
tls_log_errors(NULL, LOG_WARN, "setting ciphers");
|
tls_log_errors(NULL, LOG_WARN, "setting ciphers");
|
||||||
log_warn(LD_NET, "WTF?");
|
|
||||||
SSL_free(result->ssl);
|
SSL_free(result->ssl);
|
||||||
tor_free(result);
|
tor_free(result);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user