Adjust to ObjFW changes
This commit is contained in:
parent
10d492a94a
commit
ea1fd23be5
3 changed files with 9 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue