diff options
-rw-r--r-- | src/lib/libcrypto/ec/ec_local.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h index 1201f6ef39..03fda6876b 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.51 2025/01/06 14:29:33 tb Exp $ */ | 1 | /* $OpenBSD: ec_local.h,v 1.52 2025/01/06 14:34:47 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,8 +88,6 @@ __BEGIN_HIDDEN_DECLS | |||
88 | struct ec_method_st { | 88 | struct ec_method_st { |
89 | int field_type; | 89 | int field_type; |
90 | 90 | ||
91 | int (*group_copy)(EC_GROUP *, const EC_GROUP *); | ||
92 | |||
93 | int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, | 91 | int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, |
94 | const BIGNUM *b, BN_CTX *); | 92 | const BIGNUM *b, BN_CTX *); |
95 | int (*group_get_curve)(const EC_GROUP *, BIGNUM *p, BIGNUM *a, | 93 | int (*group_get_curve)(const EC_GROUP *, BIGNUM *p, BIGNUM *a, |