Remove useless define
This commit is contained in:
parent
ca6a52e413
commit
a62af8a4e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user