aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/ssl_openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ssl_openssl.c')
-rw-r--r--protocols/ssl_openssl.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/protocols/ssl_openssl.c b/protocols/ssl_openssl.c
index 5aa0263e..b6f6c520 100644
--- a/protocols/ssl_openssl.c
+++ b/protocols/ssl_openssl.c
@@ -114,12 +114,6 @@ static gboolean ssl_handshake( gpointer data, gint source, b_input_condition con
struct scd *conn = data;
int st;
- if( 0 && conn->inpa != -1 )
- {
- b_event_remove( conn->inpa );
- conn->inpa = -1;
- }
-
if( ( st = SSL_connect( conn->ssl ) ) < 0 )
{
conn->lasterr = SSL_get_error( conn->ssl, st );