X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fcrypto%2Fripemd160%2Fripemd160.h;h=56854cff27766206b7451ae5cb09f3303dcfa2d2;hp=38d38156f36391a04c64ace7b735ca8cab92193b;hb=ed7b9262aafed5df37dd70f0b604536576636056;hpb=516148fb8b14a14bf23a4b732fed2942ca9b8d29 diff --git a/ccan/crypto/ripemd160/ripemd160.h b/ccan/crypto/ripemd160/ripemd160.h index 38d38156..56854cff 100644 --- a/ccan/crypto/ripemd160/ripemd160.h +++ b/ccan/crypto/ripemd160/ripemd160.h @@ -6,7 +6,7 @@ #include /* Uncomment this to use openssl's RIPEMD160 routines (and link with -lcrypto) */ -//#define CCAN_CRYPTO_RIPEMD160_USE_OPENSSL 1 +/*#define CCAN_CRYPTO_RIPEMD160_USE_OPENSSL 1*/ #ifdef CCAN_CRYPTO_RIPEMD160_USE_OPENSSL #include @@ -49,7 +49,7 @@ struct ripemd160_ctx { uint32_t s[5]; uint64_t bytes; union { - uint32_t u32[8]; + uint32_t u32[16]; unsigned char u8[64]; } buf; #endif