From 60e8d3c6daa2566b1e23d1142fd61be979ab67ba Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 23 Apr 2013 20:38:39 -0700 Subject: [PATCH] No need to define crypto_hash_sha512 as a macro, it's a real function. --- src/libsodium/include/sodium/crypto_hash.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libsodium/include/sodium/crypto_hash.h b/src/libsodium/include/sodium/crypto_hash.h index fc79511e..738180f4 100644 --- a/src/libsodium/include/sodium/crypto_hash.h +++ b/src/libsodium/include/sodium/crypto_hash.h @@ -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