Adjust to ObjFW changes

This commit is contained in:
Jonathan Schleifer 2017-01-22 00:49:14 +01:00
parent 1cf318f91e
commit 091cdac2b2
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
5 changed files with 11 additions and 6 deletions

View file

@ -87,7 +87,7 @@
XMPPDiscoIdentity *identity;
OFString *feature;
OFMutableString *caps = [OFMutableString string];
OFSHA1Hash *hash = [OFSHA1Hash hash];
OFSHA1Hash *hash = [OFSHA1Hash cryptoHash];
OFDataArray *digest = [OFDataArray dataArray];
enumerator = [_identities objectEnumerator];