ObjOpenSSL  Diff

Differences From Artifact [ff87bb468f]:

To Artifact [b183119047]:


355
356
357
358
359
360
361
362
363
364

365
366
367
368
369
370
371
355
356
357
358
359
360
361

362

363
364
365
366
367
368
369
370







-

-
+







}

- (void)asyncConnectToHost: (OFString *)host
		      port: (uint16_t)port
	       runLoopMode: (of_run_loop_mode_t)runLoopMode
{
	void *pool = objc_autoreleasePoolPush();
	SSLSocket_ConnectDelegate *connectDelegate;

	connectDelegate = [[[SSLSocket_ConnectDelegate alloc]
	[[[SSLSocket_ConnectDelegate alloc]
	    initWithSocket: self
		      host: host
		      port: port
		  delegate: _delegate] autorelease];
	[super asyncConnectToHost: host
			     port: port
		      runLoopMode: runLoopMode];