Fix old-style function definitions

This commit is contained in:
Daniele Lacamera
2018-09-05 15:16:19 +02:00
parent a7fb48e157
commit 27555d6eb7
11 changed files with 21 additions and 20 deletions

View File

@@ -120,7 +120,7 @@ void fe_0(fe h)
(defined(HAVE_ED25519) && !defined(ED25519_SMALL))) && \
!defined(FREESCALE_LTC_ECC)
/* to be Complementary to fe_low_mem.c */
void fe_init()
void fe_init(void)
{
}
#endif