summaryrefslogtreecommitdiff
path: root/crypto/ec/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ec/internal.h')
-rw-r--r--crypto/ec/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/internal.h b/crypto/ec/internal.h
index 76c3a80..5c3be55 100644
--- a/crypto/ec/internal.h
+++ b/crypto/ec/internal.h
@@ -186,7 +186,7 @@ struct ec_method_st {
int (*field_set_to_one)(const EC_GROUP *, BIGNUM *r, BN_CTX *);
} /* EC_METHOD */;
-const EC_METHOD* EC_GFp_mont_method();
+const EC_METHOD* EC_GFp_mont_method(void);
struct ec_pre_comp_st;
void ec_pre_comp_free(struct ec_pre_comp_st *pre_comp);