Remove useless define

This commit is contained in:
Frank Denis 2014-04-10 23:00:51 -07:00
parent ca6a52e413
commit a62af8a4e3

View File

@ -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