@@ -33,11 +33,13 @@ void *pool = objc_autoreleasePoolPush(); OFRIPEMD160Hash *rmd160, *copy; OFFile *f = [OFFile fileWithPath: @"testfile.bin" mode: @"r"]; - TEST(@"+[cryptoHash]", (rmd160 = [OFRIPEMD160Hash cryptoHash])) + TEST(@"+[cryptoHashWithAllowsSwappableMemory:]", + (rmd160 = [OFRIPEMD160Hash + cryptoHashWithAllowsSwappableMemory: true])) while (!f.atEndOfStream) { char buf[64]; size_t len = [f readIntoBuffer: buf length: 64];