From 060807bc824ed30baf14bd749db43e4d90d310ad Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 7 Dec 2025 11:39:00 +0000 Subject: ec_asn1_test: change a comma to a full stop --- src/regress/lib/libcrypto/ec/ec_asn1_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/ec/ec_asn1_test.c b/src/regress/lib/libcrypto/ec/ec_asn1_test.c index 51b688342b..4dfe681dbd 100644 --- a/src/regress/lib/libcrypto/ec/ec_asn1_test.c +++ b/src/regress/lib/libcrypto/ec/ec_asn1_test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_asn1_test.c,v 1.40 2025/09/17 16:13:11 tb Exp $ */ +/* $OpenBSD: ec_asn1_test.c,v 1.41 2025/12/07 11:39:00 tb Exp $ */ /* * Copyright (c) 2017, 2021 Joel Sing * Copyright (c) 2024, 2025 Theo Buehler @@ -2589,7 +2589,7 @@ ec_group_check_seed(const EC_builtin_curve *curve, BN_CTX *ctx) errx(1, "BN_nnmod"); /* - * Steps 4 - 6: for i from 1 to s do Wi = SHA-1(SEED + i mod 2^g), + * Steps 4 - 6: for i from 1 to s do Wi = SHA-1(SEED + i mod 2^g). * With W0 = r as already computed, let r = W0 || W1 || ... || Ws. */ -- cgit v1.2.3-55-g6feb