ObjOpenSSL  Diff

Differences From Artifact [9ce0b3fc0f]:

To Artifact [9260d92004]:


49
50
51
52
53
54
55
56

57
58
59

60
61
62
63
64
65
66
49
50
51
52
53
54
55

56
57
58

59
60
61
62
63
64
65
66







-
+


-
+







+ (instancetype)exceptionWithHost: (OFString *)host
			     port: (uint16_t)port
			   socket: (SSLSocket *)socket
			 SSLError: (unsigned long)SSLError
		     verifyResult: (long)verifyResult;
- initWithHost: (OFString *)host
	  port: (uint16_t)port
	socket: (SSLSocket *)socket OF_UNAVAILABLE;
	socket: (id)socket OF_UNAVAILABLE;
- initWithHost: (OFString *)host
	  port: (uint16_t)port
	socket: (SSLSocket *)socket
	socket: (id)socket
	 errNo: (int)errNo OF_UNAVAILABLE;
- initWithHost: (OFString *)host
	  port: (uint16_t)port
	socket: (SSLSocket *)socket
      SSLError: (unsigned long)SSLError;
- initWithHost: (OFString *)host
	  port: (uint16_t)port