From 33e345953a585b594d70cc561c021a7eb227c1f6 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 26 Apr 2025 09:03:03 +0000 Subject: EC_POINT_point2oct: remove in_ prefix in RETURN VALUES --- src/lib/libcrypto/man/EC_POINT_point2oct.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/EC_POINT_point2oct.3 b/src/lib/libcrypto/man/EC_POINT_point2oct.3 index d0663670ee..ebb09f8001 100644 --- a/src/lib/libcrypto/man/EC_POINT_point2oct.3 +++ b/src/lib/libcrypto/man/EC_POINT_point2oct.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EC_POINT_point2oct.3,v 1.1 2025/04/25 19:57:12 tb Exp $ +.\" $OpenBSD: EC_POINT_point2oct.3,v 1.2 2025/04/26 09:03:03 tb Exp $ .\" .\" Copyright (c) 2025 Theo Buehler .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 25 2025 $ +.Dd $Mdocdate: April 26 2025 $ .Dt EC_POINT_POINT2OCT 3 .Os .Sh NAME @@ -307,7 +307,7 @@ on error. The returned .Vt BIGNUM is either -.Fa in_bn +.Fa bn or a newly allocated one which must be freed by the caller. Error conditions include those of .Fn EC_POINT_point2oct , @@ -325,7 +325,7 @@ on error. The returned .Vt EC_POINT is either -.Fa in_point +.Fa point or a newly allocated one which must be freed by the caller. Error conditions include those of .Xr BN_bn2bin 3 , @@ -352,7 +352,7 @@ on error. The returned .Vt EC_POINT is either -.Fa in_point +.Fa point or a newly allocated one which must be freed by the caller. Error conditions are those of .Xr BN_hex2bn 3 , -- cgit v1.2.3-55-g6feb