Adjust to ObjFW changes
This commit is contained in:
parent
29e249fbda
commit
f84d541eae
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@
|
|||
- (OFString *)capsHash
|
||||
{
|
||||
OFMutableString *caps = [OFMutableString string];
|
||||
OFSHA1Hash *hash = [OFSHA1Hash cryptoHash];
|
||||
OFSHA1Hash *hash = [OFSHA1Hash
|
||||
cryptoHashWithAllowsSwappableMemory: true];
|
||||
OFData *digest;
|
||||
|
||||
for (XMPPDiscoIdentity *identity in _identities)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue