diff options
Diffstat (limited to 'src/lib/libcrypto/man/ECDH_compute_key.3')
-rw-r--r-- | src/lib/libcrypto/man/ECDH_compute_key.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ECDH_compute_key.3 b/src/lib/libcrypto/man/ECDH_compute_key.3 index 973ce4289c..ba67098cd0 100644 --- a/src/lib/libcrypto/man/ECDH_compute_key.3 +++ b/src/lib/libcrypto/man/ECDH_compute_key.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ECDH_compute_key.3,v 1.1 2019/08/19 13:08:26 schwarze Exp $ | 1 | .\" $OpenBSD: ECDH_compute_key.3,v 1.2 2021/03/12 05:18:00 jsg Exp $ |
2 | .\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org> | 2 | .\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org> |
3 | .\" | 3 | .\" |
4 | .\" Permission to use, copy, modify, and distribute this software for any | 4 | .\" Permission to use, copy, modify, and distribute this software for any |
@@ -13,7 +13,7 @@ | |||
13 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 13 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
14 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 14 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
15 | .\" | 15 | .\" |
16 | .Dd $Mdocdate: August 19 2019 $ | 16 | .Dd $Mdocdate: March 12 2021 $ |
17 | .Dt ECDH_COMPUTE_KEY 3 | 17 | .Dt ECDH_COMPUTE_KEY 3 |
18 | .Os | 18 | .Os |
19 | .Sh NAME | 19 | .Sh NAME |
@@ -63,7 +63,7 @@ must be at least | |||
63 | returns the number of bytes needed to store an affine coordinate of a | 63 | returns the number of bytes needed to store an affine coordinate of a |
64 | point on the elliptic curve used by | 64 | point on the elliptic curve used by |
65 | .Fa ecdh , | 65 | .Fa ecdh , |
66 | which is one eigth of the degree of the finite field underlying | 66 | which is one eighth of the degree of the finite field underlying |
67 | that elliptic curve, rounded up to the next integer number. | 67 | that elliptic curve, rounded up to the next integer number. |
68 | .Sh RETURN VALUES | 68 | .Sh RETURN VALUES |
69 | .Fn ECDH_compute_key | 69 | .Fn ECDH_compute_key |