Adjust to recent ObjFW changes
This commit is contained in:
parent
d11fe7ad01
commit
c428df9b60
8 changed files with 77 additions and 77 deletions
|
@ -40,9 +40,9 @@
|
|||
@property (getter=isRequestClientCertificatesEnabled)
|
||||
bool requestClientCertificatesEnabled;
|
||||
|
||||
- initWithSocket: (OFTCPSocket*)socket;
|
||||
- initWithSocket: (OFTCPSocket *)socket;
|
||||
- (void)SSL_super_close;
|
||||
- (OFDataArray*)channelBindingDataWithType: (OFString*)type;
|
||||
- (X509Certificate*)peerCertificate;
|
||||
- (OFDataArray *)channelBindingDataWithType: (OFString *)type;
|
||||
- (X509Certificate *)peerCertificate;
|
||||
- (void)verifyPeerCertificate;
|
||||
@end
|
||||
|
|
Reference in a new issue