summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-04-26 09:03:03 +0000
committertb <>2025-04-26 09:03:03 +0000
commit08934b9a3cae82f330e0606c1d9eba5aecc37831 (patch)
tree2650fdf08964494f27773b8d529a5dfc99d583ee /src
parent97fb1c047a796038f9779b2e0a19f5c311ea2f23 (diff)
downloadopenbsd-08934b9a3cae82f330e0606c1d9eba5aecc37831.tar.gz
openbsd-08934b9a3cae82f330e0606c1d9eba5aecc37831.tar.bz2
openbsd-08934b9a3cae82f330e0606c1d9eba5aecc37831.zip
EC_POINT_point2oct: remove in_ prefix in RETURN VALUES
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/EC_POINT_point2oct.310
1 files changed, 5 insertions, 5 deletions
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 @@
1.\" $OpenBSD: EC_POINT_point2oct.3,v 1.1 2025/04/25 19:57:12 tb Exp $ 1.\" $OpenBSD: EC_POINT_point2oct.3,v 1.2 2025/04/26 09:03:03 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2025 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2025 Theo Buehler <tb@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: April 25 2025 $ 17.Dd $Mdocdate: April 26 2025 $
18.Dt EC_POINT_POINT2OCT 3 18.Dt EC_POINT_POINT2OCT 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -307,7 +307,7 @@ on error.
307The returned 307The returned
308.Vt BIGNUM 308.Vt BIGNUM
309is either 309is either
310.Fa in_bn 310.Fa bn
311or a newly allocated one which must be freed by the caller. 311or a newly allocated one which must be freed by the caller.
312Error conditions include those of 312Error conditions include those of
313.Fn EC_POINT_point2oct , 313.Fn EC_POINT_point2oct ,
@@ -325,7 +325,7 @@ on error.
325The returned 325The returned
326.Vt EC_POINT 326.Vt EC_POINT
327is either 327is either
328.Fa in_point 328.Fa point
329or a newly allocated one which must be freed by the caller. 329or a newly allocated one which must be freed by the caller.
330Error conditions include those of 330Error conditions include those of
331.Xr BN_bn2bin 3 , 331.Xr BN_bn2bin 3 ,
@@ -352,7 +352,7 @@ on error.
352The returned 352The returned
353.Vt EC_POINT 353.Vt EC_POINT
354is either 354is either
355.Fa in_point 355.Fa point
356or a newly allocated one which must be freed by the caller. 356or a newly allocated one which must be freed by the caller.
357Error conditions are those of 357Error conditions are those of
358.Xr BN_hex2bn 3 , 358.Xr BN_hex2bn 3 ,