@@ -56,11 +56,11 @@ } - (OFString*)SHA1Hash { void *pool = objc_autoreleasePoolPush(); - OFMD5Hash *hash = [OFSHA1Hash hash]; + OFSHA1Hash *hash = [OFSHA1Hash hash]; uint8_t *digest; char cString[OF_SHA1_DIGEST_SIZE * 2]; size_t i; [hash updateWithBuffer: data