Remove useless define

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

View File

@ -20,6 +20,4 @@ int crypto_hashblocks_sha512(unsigned char *,const unsigned char *,unsigned long
}
#endif
#define crypto_hashblocks_sha512_ref crypto_hashblocks_sha512
#endif