From 0ab87c481ab5d3f5a8d8e7ba8822f92f9c54f70e Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 16 Nov 2022 08:34:07 +0000 Subject: Remove an outdated TODO --- src/regress/lib/libcrypto/wycheproof/wycheproof.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index ec22c8aec1..1d671742ee 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.128 2022/07/13 06:40:24 tb Exp $ */ +/* $OpenBSD: wycheproof.go,v 1.129 2022/11/16 08:34:07 tb Exp $ */ /* * Copyright (c) 2018 Joel Sing * Copyright (c) 2018,2019,2022 Theo Buehler @@ -2900,9 +2900,6 @@ func main() { acceptableComments = make(map[string]int) acceptableFlags = make(map[string]int) - // TODO: Investigate the following new test vectors: - // primality_test.json - // x25519_{asn,jwk,pem}_test.json tests := []struct { name string pattern string -- cgit v1.2.3-55-g6feb