X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=ccan%2Fcrypto%2Fsha256%2Fsha256.h;fp=ccan%2Fcrypto%2Fsha256%2Fsha256.h;h=3e1a4919b9210269809824ff8797a24e8860251e;hb=60b3090a54a7c55e7425c8523dab05b790dd664d;hp=eedaa94ee77df0cfe3e875ec45597f364bbea55f;hpb=cedcaa1bbb44cad610973c449340c0fde9ae0280;p=ccan diff --git a/ccan/crypto/sha256/sha256.h b/ccan/crypto/sha256/sha256.h index eedaa94e..3e1a4919 100644 --- a/ccan/crypto/sha256/sha256.h +++ b/ccan/crypto/sha256/sha256.h @@ -49,7 +49,7 @@ struct sha256_ctx { uint32_t s[8]; uint64_t bytes; union { - uint32_t u32[8]; + uint32_t u32[16]; unsigned char u8[64]; } buf; #endif