Add -Wstrict-prototypes option to --strict-warnings
[openssl.git] / crypto / ec / curve25519.c
index 0f18ff7c7d7935ec0d227ecd5a5edf7e424a4e67..9666de12013b50059252c0609a656c9bbfa56554 100644 (file)
@@ -150,7 +150,7 @@ void x25519_fe51_mul121666(fe51 h, fe51 f);
 
 typedef uint64_t fe64[4];
 
-int x25519_fe64_eligible();
+int x25519_fe64_eligible(void);
 
 /*
  * There are no reference C implementations for this radix.