Adjust to ObjFW changes

This commit is contained in:
Jonathan Schleifer 2017-07-23 01:09:18 +02:00
parent 10d492a94a
commit ea1fd23be5
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
3 changed files with 9 additions and 14 deletions

View file

@ -45,7 +45,7 @@ OF_ASSUME_NONNULL_BEGIN
X509Certificate *peerCertificate;
- initWithSocket: (OFTCPSocket *)socket;
- (OFDataArray *)channelBindingDataWithType: (OFString *)type;
- (OFData *)channelBindingDataWithType: (OFString *)type;
- (nullable X509Certificate *)peerCertificate;
@end