Remove useless define

This commit is contained in:
Frank Denis
2014-04-14 18:38:28 -07:00
committed by evoskuil
parent 21eef79bb1
commit d1dbf7df8f
@@ -13,13 +13,11 @@
# endif
extern "C" {
#endif
int crypto_hashblocks_sha512(unsigned char *,const unsigned char *,unsigned long long);
#ifdef __cplusplus
}
#endif
#define crypto_hashblocks_sha512_ref crypto_hashblocks_sha512
#endif