From fdfc50d36c7ad9d362a0a6c0043189e17aa2c87d Mon Sep 17 00:00:00 2001 From: jsg <> Date: Wed, 26 Aug 2026 09:03:57 +0000 Subject: fix a double word; ok tb@ --- src/lib/libcrypto/man/EC_GROUP_check.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/EC_GROUP_check.3 b/src/lib/libcrypto/man/EC_GROUP_check.3 index 146c3d255d..2c45033834 100644 --- a/src/lib/libcrypto/man/EC_GROUP_check.3 +++ b/src/lib/libcrypto/man/EC_GROUP_check.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EC_GROUP_check.3,v 1.6 2025/07/04 05:16:56 jsg Exp $ +.\" $OpenBSD: EC_GROUP_check.3,v 1.7 2026/08/26 09:03:57 jsg Exp $ .\" .\" Copyright (c) 2025 Theo Buehler .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 4 2025 $ +.Dd $Mdocdate: August 26 2026 $ .Dt EC_GROUP_CHECK 3 .Os .Sh NAME @@ -75,7 +75,7 @@ is a point on the curve whose order divides It checks with .Fn EC_GROUP_check_discriminant that the discriminant is non-zero -and then verifies that that +and then verifies that the .Fa order is non-zero and that the product .Fa generator No * Fa order -- cgit v1.2.3-55-g6feb