summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ec/ec_local.h')
-rw-r--r--src/lib/libcrypto/ec/ec_local.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h
index bce3f31d4d..cc918b38fd 100644
--- a/src/lib/libcrypto/ec/ec_local.h
+++ b/src/lib/libcrypto/ec/ec_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec_local.h,v 1.44 2025/01/01 09:57:02 tb Exp $ */ 1/* $OpenBSD: ec_local.h,v 1.45 2025/01/01 10:01:31 tb Exp $ */
2/* 2/*
3 * Originally written by Bodo Moeller for the OpenSSL project. 3 * Originally written by Bodo Moeller for the OpenSSL project.
4 */ 4 */
@@ -88,7 +88,6 @@ __BEGIN_HIDDEN_DECLS
88struct ec_method_st { 88struct ec_method_st {
89 int field_type; 89 int field_type;
90 90
91 void (*group_finish)(EC_GROUP *);
92 int (*group_copy)(EC_GROUP *, const EC_GROUP *); 91 int (*group_copy)(EC_GROUP *, const EC_GROUP *);
93 92
94 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, 93 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a,