diff --git a/src/crypto/RIPEMD160.h b/src/crypto/RIPEMD160.h index 94dc0ceb..f0ea97ef 100644 --- a/src/crypto/RIPEMD160.h +++ b/src/crypto/RIPEMD160.h @@ -37,12 +37,12 @@ #define RMD160H /********************************************************************/ - +#include /* typedef 8 and 32 bit types, resp. */ /* adapt these, if necessary, for your operating system and compiler */ typedef unsigned char byte; -typedef unsigned long dword; +typedef uint32_t dword; /* if this line causes a compiler error, adapt the defintion of dword above */