diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/EC_POINT_point2oct.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/EC_POINT_point2oct.3 b/src/lib/libcrypto/man/EC_POINT_point2oct.3 index 7c5ee9923d..e84b939ffb 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.3 2025/05/01 07:27:11 tb Exp $ | 1 | .\" $OpenBSD: EC_POINT_point2oct.3,v 1.4 2025/05/04 15:58:48 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: May 1 2025 $ | 17 | .Dd $Mdocdate: May 4 2025 $ |
18 | .Dt EC_POINT_POINT2OCT 3 | 18 | .Dt EC_POINT_POINT2OCT 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -154,7 +154,7 @@ is not | |||
154 | and its length | 154 | and its length |
155 | .Fa len | 155 | .Fa len |
156 | is sufficiently big, | 156 | is sufficiently big, |
157 | .Fn EC_POINT_point2oct 3 | 157 | .Fn EC_POINT_point2oct |
158 | writes the | 158 | writes the |
159 | .Fa point Ns 's | 159 | .Fa point Ns 's |
160 | encoding of type | 160 | encoding of type |
@@ -244,7 +244,7 @@ The string must be freed by the caller using | |||
244 | is equivalent to | 244 | is equivalent to |
245 | .Fn EC_POINT_point2bn | 245 | .Fn EC_POINT_point2bn |
246 | followed by | 246 | followed by |
247 | .Fn BN_bn2hex 3 . | 247 | .Xr BN_bn2hex 3 . |
248 | .Pp | 248 | .Pp |
249 | .Fn EC_POINT_hex2point | 249 | .Fn EC_POINT_hex2point |
250 | interprets | 250 | interprets |