From 8684f935513dfa348fb2602523bd027043c27102 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 8 Mar 2025 17:04:07 +0000 Subject: Remove EC_POINT_method_of() docs --- src/lib/libcrypto/man/EC_POINT_new.3 | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/EC_POINT_new.3 b/src/lib/libcrypto/man/EC_POINT_new.3 index f3a44822d8..db6280fce7 100644 --- a/src/lib/libcrypto/man/EC_POINT_new.3 +++ b/src/lib/libcrypto/man/EC_POINT_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EC_POINT_new.3,v 1.16 2025/03/08 16:51:34 tb Exp $ +.\" $OpenBSD: EC_POINT_new.3,v 1.17 2025/03/08 17:04:07 tb Exp $ .\" full merge up to: OpenSSL 50db8163 Jul 30 16:56:41 2018 +0100 .\" .\" This file was written by Matt Caswell . @@ -57,7 +57,6 @@ .Nm EC_POINT_clear_free , .Nm EC_POINT_copy , .Nm EC_POINT_dup , -.Nm EC_POINT_method_of , .Nm EC_POINT_set_to_infinity , .Nm EC_POINT_set_affine_coordinates , .Nm EC_POINT_set_affine_coordinates_GFp , @@ -97,10 +96,6 @@ .Fa "const EC_POINT *src" .Fa "const EC_GROUP *group" .Fc -.Ft const EC_METHOD * -.Fo EC_POINT_method_of -.Fa "const EC_POINT *point" -.Fc .Ft int .Fo EC_POINT_set_to_infinity .Fa "const EC_GROUP *group" @@ -255,12 +250,6 @@ to the newly created .Vt EC_POINT object. .Pp -.Fn EC_POINT_method_of -obtains the -.Vt EC_METHOD -associated with -.Fa point . -.Pp A valid point on a curve is the special point at infinity. A point is set to be at infinity by calling .Fn EC_POINT_set_to_infinity . @@ -399,12 +388,6 @@ The following functions return 1 on success or 0 on error: and .Fn EC_POINT_oct2point . .Pp -.Fn EC_POINT_method_of -returns the -.Vt EC_METHOD -associated with the supplied -.Vt EC_POINT . -.Pp .Fn EC_POINT_point2oct returns the length of the required buffer, or 0 on error. .Pp @@ -445,7 +428,6 @@ on error. .Fn EC_POINT_free , .Fn EC_POINT_clear_free , .Fn EC_POINT_copy , -.Fn EC_POINT_method_of , .Fn EC_POINT_set_to_infinity , .Fn EC_POINT_set_affine_coordinates_GFp , .Fn EC_POINT_get_affine_coordinates_GFp , -- cgit v1.2.3-55-g6feb