mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Remove useless define
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user