Fix warning.
diff --git a/crypto/ec/ectest.c b/crypto/ec/ectest.c index 834d54a..6dd1677 100644 --- a/crypto/ec/ectest.c +++ b/crypto/ec/ectest.c
@@ -234,7 +234,7 @@ 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 @@ 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;