diff options
Diffstat (limited to 'src/crypto/ec/ec.c')
-rw-r--r-- | src/crypto/ec/ec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/ec/ec.c b/src/crypto/ec/ec.c index f9d8dc5..0d70959 100644 --- a/src/crypto/ec/ec.c +++ b/src/crypto/ec/ec.c @@ -491,7 +491,7 @@ err: } } -int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b) { +int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ignored) { if (a->curve_name == NID_undef || b->curve_name == NID_undef) { return 0; } |