aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve25519.c
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2018-06-20 21:41:05 +0200
committerBernd Edlinger <bernd.edlinger@hotmail.de>2018-06-21 19:04:19 +0200
commit91860165820daf7a17836597f18752f094b887c8 (patch)
treef6a4bdd66a9f47ba663403e0714f713d5bafef64 /crypto/ec/curve25519.c
parent991f0355fb782f499e226a732c0099847048c91a (diff)
downloadopenssl-91860165820daf7a17836597f18752f094b887c8.tar.gz
Add -Wstrict-prototypes option to --strict-warnings
[extended tests] Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6542)
Diffstat (limited to 'crypto/ec/curve25519.c')
-rw-r--r--crypto/ec/curve25519.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/curve25519.c b/crypto/ec/curve25519.c
index 0f18ff7c7d..9666de1201 100644
--- a/crypto/ec/curve25519.c
+++ b/crypto/ec/curve25519.c
@@ -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.