@@ -26,11 +26,11 @@ */ OF_SUBCLASSING_RESTRICTED @interface OFSHA1Hash: OFObject { OFSecureData *_iVarsData; - struct of_sha1_hash_ivars { + struct { uint32_t state[5]; uint64_t bits; union of_sha1_hash_buffer { unsigned char bytes[64]; uint32_t words[80];