From: Ben Laurie Date: Sun, 9 Jan 2011 17:50:06 +0000 (+0000) Subject: Fix warning. X-Git-Tag: OpenSSL-fips-2_0-rc1~880 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=c13d7c02968c17a7c5eb8dca1ace6a916be0de3a;hp=114f511f17d98bfb50642393757095b3c1858e09;ds=sidebyside Fix warning. --- 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;