From 7dd9c72ea1021208e8f8dba139bac2b2575ce326 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 7 Nov 2023 16:56:12 +0000 Subject: Drop a useless line and bump copyright years --- src/regress/lib/libcrypto/wycheproof/wycheproof.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index 286bbe5965..9ae9324b75 100644 --- a/src/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/src/regress/lib/libcrypto/wycheproof/wycheproof.go @@ -1,7 +1,7 @@ -/* $OpenBSD: wycheproof.go,v 1.156 2023/11/07 16:54:43 tb Exp $ */ +/* $OpenBSD: wycheproof.go,v 1.157 2023/11/07 16:56:12 tb Exp $ */ /* - * Copyright (c) 2018 Joel Sing - * Copyright (c) 2018,2019,2022 Theo Buehler + * Copyright (c) 2018,2023 Joel Sing + * Copyright (c) 2018,2019,2022,2023 Theo Buehler * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -1185,7 +1185,6 @@ func runChaCha20Poly1305Test(algorithm string, wt *wycheproofTestAead) bool { } key, keyLen := mustDecodeHexString(wt.Key, "key") - ct, ctLen := mustDecodeHexString(wt.CT, "CT") iv, ivLen := mustDecodeHexString(wt.IV, "iv") aad, aadLen := mustDecodeHexString(wt.AAD, "aad") msg, msgLen := mustDecodeHexString(wt.Msg, "msg") -- cgit v1.2.3-55-g6feb