Index: src/SSLSocket.m ================================================================== --- src/SSLSocket.m +++ src/SSLSocket.m @@ -83,14 +83,14 @@ if (ssl_ != NULL) SSL_free(ssl_); } - (void)connectToHost: (OFString*)host - onPort: (uint16_t)port + port: (uint16_t)port { [super connectToHost: host - onPort: port]; + port: port]; if ((ssl = SSL_new(ctx)) == NULL || !SSL_set_fd(ssl, sock)) { [super close]; @throw [OFConnectionFailedException newWithClass: isa socket: self