summaryrefslogtreecommitdiffstats
path: root/test/ecdsatest.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2017-08-15 23:39:03 +0200
committerRich Salz <rsalz@openssl.org>2017-08-16 10:36:34 -0400
commit31a80694d425bf7f3a0ed5cc2ee775d9418a5490 (patch)
tree0b8d8675d3b84abc2b3cb4e28abf8e057085cce2 /test/ecdsatest.c
parent30bb02597df9a79b46bae2ddc9885a35286ed205 (diff)
[Win] Fix some test method signatures ...
to halves MSVC warnings. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4172)
Diffstat (limited to 'test/ecdsatest.c')
-rw-r--r--test/ecdsatest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ecdsatest.c b/test/ecdsatest.c
index 8bd9e6c4db..e53afdf33b 100644
--- a/test/ecdsatest.c
+++ b/test/ecdsatest.c
@@ -165,7 +165,7 @@ static int x9_62_test_internal(int nid, const char *r_in, const char *s_in)
return ret;
}
-static int x9_62_tests()
+static int x9_62_tests(void)
{
int ret = 0;