diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/EC_GROUP_check.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EC_GROUP_check.3 b/src/lib/libcrypto/man/EC_GROUP_check.3 index fb30fe5271..146c3d255d 100644 --- a/src/lib/libcrypto/man/EC_GROUP_check.3 +++ b/src/lib/libcrypto/man/EC_GROUP_check.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EC_GROUP_check.3,v 1.5 2025/06/13 18:34:00 schwarze Exp $ | 1 | .\" $OpenBSD: EC_GROUP_check.3,v 1.6 2025/07/04 05:16:56 jsg 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: June 13 2025 $ | 17 | .Dd $Mdocdate: July 4 2025 $ |
18 | .Dt EC_GROUP_CHECK 3 | 18 | .Dt EC_GROUP_CHECK 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -68,7 +68,7 @@ this implies that the Weierstrass equation defines an elliptic curve. | |||
68 | .Fn EC_GROUP_check | 68 | .Fn EC_GROUP_check |
69 | partially verifies that | 69 | partially verifies that |
70 | .Fa group | 70 | .Fa group |
71 | represents an an elliptic curve and that | 71 | represents an elliptic curve and that |
72 | .Fa generator | 72 | .Fa generator |
73 | is a point on the curve whose order divides | 73 | is a point on the curve whose order divides |
74 | .Fa order . | 74 | .Fa order . |