aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2011-01-09 17:50:06 +0000
committerBen Laurie <ben@openssl.org>2011-01-09 17:50:06 +0000
commitc13d7c02968c17a7c5eb8dca1ace6a916be0de3a (patch)
tree3b6243293310bcc647120aa02b216bbadc481417 /crypto
parent114f511f17d98bfb50642393757095b3c1858e09 (diff)
downloadopenssl-c13d7c02968c17a7c5eb8dca1ace6a916be0de3a.tar.gz
Fix warning.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/ec/ectest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ec/ectest.c b/crypto/ec/ectest.c
index 834d54ab59..6dd1677967 100644
--- a/crypto/ec/ectest.c
+++ b/crypto/ec/ectest.c
@@ -234,7 +234,7 @@ static void group_order_tests(EC_GROUP *group)
BN_CTX_free(ctx);
}
-static void prime_field_tests()
+static void prime_field_tests(void)
{
BN_CTX *ctx = NULL;
BIGNUM *p, *a, *b;
@@ -777,7 +777,7 @@ static void prime_field_tests()
if (!EC_GROUP_copy(_variable, group)) ABORT; \
-static void char2_field_tests()
+static void char2_field_tests(void)
{
BN_CTX *ctx = NULL;
BIGNUM *p, *a, *b;