No need to define crypto_hash_sha512 as a macro, it's a real function.
This commit is contained in:
parent
0b4affc436
commit
60e8d3c6da
@ -16,8 +16,6 @@ SODIUM_EXPORT
|
||||
int crypto_hash(unsigned char *out, const unsigned char *in,
|
||||
unsigned long long inlen);
|
||||
|
||||
#define crypto_hash_sha512 crypto_hash
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user