From e9a187c6b244ff6784adf35f41e477a76bb3779b Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 6 Jan 2025 14:34:47 +0000 Subject: group_copy() is no longer a thing... --- src/lib/libcrypto/ec/ec_local.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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 @@ -/* $OpenBSD: ec_local.h,v 1.51 2025/01/06 14:29:33 tb Exp $ */ +/* $OpenBSD: ec_local.h,v 1.52 2025/01/06 14:34:47 tb Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -88,8 +88,6 @@ __BEGIN_HIDDEN_DECLS struct ec_method_st { int field_type; - int (*group_copy)(EC_GROUP *, const EC_GROUP *); - int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *); int (*group_get_curve)(const EC_GROUP *, BIGNUM *p, BIGNUM *a, -- cgit v1.2.3-55-g6feb