summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsg <>2025-07-04 05:16:56 +0000
committerjsg <>2025-07-04 05:16:56 +0000
commit261f408578ae1fbdda15b0f475433cf5a7dcff0f (patch)
tree4171b3c28b901ac483a59774da315c0d89b24794 /src
parent5c328adb1d666806cbe0fa498f4ecc4021cdf371 (diff)
downloadopenbsd-261f408578ae1fbdda15b0f475433cf5a7dcff0f.tar.gz
openbsd-261f408578ae1fbdda15b0f475433cf5a7dcff0f.tar.bz2
openbsd-261f408578ae1fbdda15b0f475433cf5a7dcff0f.zip
fix double word; ok tb@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/EC_GROUP_check.36
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
69partially verifies that 69partially verifies that
70.Fa group 70.Fa group
71represents an an elliptic curve and that 71represents an elliptic curve and that
72.Fa generator 72.Fa generator
73is a point on the curve whose order divides 73is a point on the curve whose order divides
74.Fa order . 74.Fa order .