diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-11-07 16:56:13 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-11-07 16:56:13 +0000 |
commit | bf1fb1118534e3692a047874ec4f65a325f87c1f (patch) | |
tree | 189910d7570159995155ae57723bd6abce581c42 /regress | |
parent | d8e2ec87692ca2bd1752df2ca2ae6ddced406f76 (diff) |
Drop a useless line and bump copyright years
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/wycheproof/wycheproof.go | 7 |
1 files changed, 3 insertions, 4 deletions
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 <jsing@openbsd.org> - * Copyright (c) 2018,2019,2022 Theo Buehler <tb@openbsd.org> + * Copyright (c) 2018,2023 Joel Sing <jsing@openbsd.org> + * Copyright (c) 2018,2019,2022,2023 Theo Buehler <tb@openbsd.org> * * 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") |