Adjust to ObjFW changes
This commit is contained in:
parent
cd3d39a9c2
commit
5af409d4a5
2 changed files with 6 additions and 3 deletions
|
@ -117,7 +117,8 @@
|
|||
{
|
||||
self = [super initWithHost: host
|
||||
port: port
|
||||
socket: socket];
|
||||
socket: socket
|
||||
errNo: 0];
|
||||
|
||||
_SSLError = SSLError;
|
||||
_verifyResult = verifyResult;
|
||||
|
|
Reference in a new issue