No need to define crypto_hash_sha512 as a macro, it's a real function.

This commit is contained in:
Frank Denis 2013-04-23 20:38:39 -07:00
parent 0b4affc436
commit 60e8d3c6da

View File

@ -16,8 +16,6 @@ SODIUM_EXPORT
int crypto_hash(unsigned char *out, const unsigned char *in, int crypto_hash(unsigned char *out, const unsigned char *in,
unsigned long long inlen); unsigned long long inlen);
#define crypto_hash_sha512 crypto_hash
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif