forked from lthn/blockchain
fixed gcc compilation issue with RIPEMD-160
This commit is contained in:
parent
e001149194
commit
c6572a213a
1 changed files with 2 additions and 2 deletions
|
|
@ -37,12 +37,12 @@
|
|||
#define RMD160H
|
||||
|
||||
/********************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
/* 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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue