diff options
author | tb <> | 2025-04-26 09:03:03 +0000 |
---|---|---|
committer | tb <> | 2025-04-26 09:03:03 +0000 |
commit | 08934b9a3cae82f330e0606c1d9eba5aecc37831 (patch) | |
tree | 2650fdf08964494f27773b8d529a5dfc99d583ee /src | |
parent | 97fb1c047a796038f9779b2e0a19f5c311ea2f23 (diff) | |
download | openbsd-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.3 | 10 |
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. | |||
307 | The returned | 307 | The returned |
308 | .Vt BIGNUM | 308 | .Vt BIGNUM |
309 | is either | 309 | is either |
310 | .Fa in_bn | 310 | .Fa bn |
311 | or a newly allocated one which must be freed by the caller. | 311 | or a newly allocated one which must be freed by the caller. |
312 | Error conditions include those of | 312 | Error conditions include those of |
313 | .Fn EC_POINT_point2oct , | 313 | .Fn EC_POINT_point2oct , |
@@ -325,7 +325,7 @@ on error. | |||
325 | The returned | 325 | The returned |
326 | .Vt EC_POINT | 326 | .Vt EC_POINT |
327 | is either | 327 | is either |
328 | .Fa in_point | 328 | .Fa point |
329 | or a newly allocated one which must be freed by the caller. | 329 | or a newly allocated one which must be freed by the caller. |
330 | Error conditions include those of | 330 | Error conditions include those of |
331 | .Xr BN_bn2bin 3 , | 331 | .Xr BN_bn2bin 3 , |
@@ -352,7 +352,7 @@ on error. | |||
352 | The returned | 352 | The returned |
353 | .Vt EC_POINT | 353 | .Vt EC_POINT |
354 | is either | 354 | is either |
355 | .Fa in_point | 355 | .Fa point |
356 | or a newly allocated one which must be freed by the caller. | 356 | or a newly allocated one which must be freed by the caller. |
357 | Error conditions are those of | 357 | Error conditions are those of |
358 | .Xr BN_hex2bn 3 , | 358 | .Xr BN_hex2bn 3 , |