Adjust to ObjFW changes
This commit is contained in:
parent
a1f8adaa57
commit
bdfa70b3e5
2 changed files with 61 additions and 58 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue