@@ -26,14 +26,14 @@ */ OF_SUBCLASSING_RESTRICTED @interface OFRIPEMD160Hash: OFObject { OFSecureData *_iVarsData; - struct of_ripemd160_hash_ivars { + struct { uint32_t state[5]; uint64_t bits; - union of_ripemd160_hash_buffer { + union { unsigned char bytes[64]; uint32_t words[16]; } buffer; size_t bufferLength; } *_iVars;