1
0
Fork 0
forked from lthn/blockchain

fixed gcc compilation issue with RIPEMD-160

This commit is contained in:
cryptozoidberg 2021-03-13 16:23:34 +03:00
parent e001149194
commit c6572a213a
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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 */