From d64ea18a1f013a2d4c37e788a10343f22c208d93 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 3 Aug 2025 15:07:57 +0000 Subject: Add prototype for EC_GFp_homogeneous_projective_method(). --- src/lib/libcrypto/ec/ec_local.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h index 75a3e25247..eac9e6d26c 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.69 2025/05/25 05:19:26 jsing Exp $ */ +/* $OpenBSD: ec_local.h,v 1.70 2025/08/03 15:07:57 jsing Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -184,6 +184,7 @@ struct ec_point_st { const EC_METHOD *EC_GFp_simple_method(void); const EC_METHOD *EC_GFp_mont_method(void); +const EC_METHOD *EC_GFp_homogeneous_projective_method(void); /* Compute r = scalar1 * point1 + scalar2 * point2 in non-constant time. */ int ec_wnaf_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar1, -- cgit v1.2.3-55-g6feb