@@ -19,11 +19,11 @@ */ @interface OFMD5Hash: OFObject { uint32_t buf[4]; uint32_t bits[2]; - char in[64]; + uint8_t in[64]; BOOL calculated; } /**