From e4daa104ddc5ba756177925ea098a7b637d75115 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 27 Dec 2025 03:23:57 +0000 Subject: preprended -> prepended --- src/regress/lib/libcrypto/wycheproof/wycheproof.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index 67957bd6b2..907f58d5f8 100644 --- a/src/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/src/regress/lib/libcrypto/wycheproof/wycheproof.go @@ -1,4 +1,4 @@ -/* $OpenBSD: wycheproof.go,v 1.194 2025/12/20 16:18:03 tb Exp $ */ +/* $OpenBSD: wycheproof.go,v 1.195 2025/12/27 03:23:57 tb Exp $ */ /* * Copyright (c) 2018,2023 Joel Sing * Copyright (c) 2018,2019,2022-2025 Theo Buehler @@ -1755,7 +1755,7 @@ func runECDHTest(nid int, variant testVariant, wt *wycheproofTestECDH) bool { shared, sharedLen := mustDecodeHexString(wt.Shared, "shared secret") - // XXX The shared fields of the secp224k1 test cases have a 0 byte preprended. + // XXX The shared fields of the secp224k1 test cases have a 0 byte prepended. if sharedLen == int(secLen)+1 && shared[0] == 0 { fmt.Printf("INFO: %s - prepending 0 byte.\n", wt) // shared = shared[1:]; -- cgit v1.2.3-55-g6feb