From 4094cfb081d56f52cfc4c476889db294fab4e641 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 1 Nov 2024 05:10:40 +0000 Subject: Garbage collect field_div() member. It was only used by EC2M. --- src/lib/libcrypto/ec/ec_local.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h index 547705e9a6..56402a2b04 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.35 2024/10/31 15:37:53 tb Exp $ */ +/* $OpenBSD: ec_local.h,v 1.36 2024/11/01 05:10:40 tb Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -152,8 +152,6 @@ struct ec_method_st { const BIGNUM *b, BN_CTX *); int (*field_sqr)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); - int (*field_div)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, - const BIGNUM *b, BN_CTX *); /* Encode to and decode from other forms (e.g. Montgomery). */ int (*field_encode)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, -- cgit v1.2.3-55-g6feb