From 41644a653441af880b86e412a5c8e52ef0c53151 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 6 Jan 2025 10:43:26 +0000 Subject: An -> The There's only one inverse and in standard affine coordinates it only has one representation. --- src/regress/lib/libcrypto/ec/ectest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/lib/libcrypto/ec/ectest.c b/src/regress/lib/libcrypto/ec/ectest.c index 973202700d..48f05eeeee 100644 --- a/src/regress/lib/libcrypto/ec/ectest.c +++ b/src/regress/lib/libcrypto/ec/ectest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ectest.c,v 1.25 2025/01/06 10:42:28 tb Exp $ */ +/* $OpenBSD: ectest.c,v 1.26 2025/01/06 10:43:26 tb Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -324,7 +324,7 @@ prime_field_tests(void) if (!EC_POINT_get_affine_coordinates(group, R, x, y, ctx)) ABORT; - fprintf(stdout, "\nAn inverse of that generator:\n X = 0x"); + fprintf(stdout, "\nThe inverse of that generator:\n X = 0x"); BN_print_fp(stdout, x); fprintf(stdout, ", Y = 0x"); BN_print_fp(stdout, y); -- cgit v1.2.3-55-g6feb