Adjust to ObjFW changes

This commit is contained in:
Jonathan Schleifer 2018-12-08 18:28:13 +01:00
parent a1f8adaa57
commit bdfa70b3e5
No known key found for this signature in database
GPG key ID: D83A76BFE376345E
2 changed files with 61 additions and 58 deletions

View file

@ -33,7 +33,6 @@ OF_ASSUME_NONNULL_BEGIN
@interface SSLSocket: OFTCPSocket <OFTLSSocket>
{
SSL *_SSL;
id <OFTLSSocketDelegate> _delegate;
OFString *_certificateFile, *_privateKeyFile;
const char *_privateKeyPassphrase;
bool _certificateVerificationEnabled;