diff options
-rw-r--r-- | lib/pop3.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/pop3.c b/lib/pop3.c index 9c57f269b..ffbb5156f 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -1355,14 +1355,6 @@ static CURLcode pop3_connect(struct connectdata *conn, bool *done) pp->endofresp = pop3_endofresp; pp->conn = conn; - if(conn->handler->flags & PROTOPT_SSL) { - /* POP3S is simply POP3 with SSL for the control channel */ - /* so perform the SSL initialization for this socket */ - result = Curl_ssl_connect(conn, FIRSTSOCKET); - if(result) - return result; - } - /* Initialise the pingpong layer */ Curl_pp_init(pp); |