diff options
Diffstat (limited to 'node/SHA512.cpp')
| -rw-r--r-- | node/SHA512.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/SHA512.cpp b/node/SHA512.cpp index 9d6fbd95..7cec1741 100644 --- a/node/SHA512.cpp +++ b/node/SHA512.cpp @@ -121,7 +121,7 @@ static void store_bigendian(unsigned char *x,uint64 u) b = a; \ a = T1 + T2; -int crypto_hashblocks(unsigned char *statebytes,const unsigned char *in,unsigned long long inlen) +static inline int crypto_hashblocks(unsigned char *statebytes,const unsigned char *in,unsigned long long inlen) { uint64 state[8]; uint64 a; |
