ObjFW  Diff

Differences From Artifact [b218de48f5]:

To Artifact [1e41cb22bf]:


123
124
125
126
127
128
129

130
131
132
133
134
135
136
	SSLClose(_context);
#ifdef HAVE_SSLCREATECONTEXT
	CFRelease(_context);
#else
	SSLDisposeContext(_context);
#endif
	_context = NULL;


	[super close];
}

- (size_t)lowlevelReadIntoBuffer: (void *)buffer length: (size_t)length
{
	OSStatus status;







>







123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
	SSLClose(_context);
#ifdef HAVE_SSLCREATECONTEXT
	CFRelease(_context);
#else
	SSLDisposeContext(_context);
#endif
	_context = NULL;
	_handshakeDone = false;

	[super close];
}

- (size_t)lowlevelReadIntoBuffer: (void *)buffer length: (size_t)length
{
	OSStatus status;