From: tb Date: Tue, 7 Nov 2023 16:56:12 +0000 (+0000) Subject: Drop a useless line and bump copyright years X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=18220dd9c9247f41671af60f305e5a25cb949037;p=openbsd Drop a useless line and bump copyright years --- diff --git a/regress/lib/libcrypto/wycheproof/wycheproof.go b/regress/lib/libcrypto/wycheproof/wycheproof.go index 286bbe59657..9ae9324b75a 100644 --- a/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/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")