summaryrefslogtreecommitdiff
path: root/src/regress
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress')
-rw-r--r--src/regress/lib/libcrypto/wycheproof/wycheproof.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go
index 59d9e0766d..535b9f9e69 100644
--- a/src/regress/lib/libcrypto/wycheproof/wycheproof.go
+++ b/src/regress/lib/libcrypto/wycheproof/wycheproof.go
@@ -1,4 +1,4 @@
1/* $OpenBSD: wycheproof.go,v 1.110 2019/12/03 16:05:14 tb Exp $ */ 1/* $OpenBSD: wycheproof.go,v 1.111 2019/12/03 16:07:22 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2018 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2018, 2019 Theo Buehler <tb@openbsd.org> 4 * Copyright (c) 2018, 2019 Theo Buehler <tb@openbsd.org>
@@ -2574,9 +2574,9 @@ func main() {
2574 acceptableFlags = make(map[string]int) 2574 acceptableFlags = make(map[string]int)
2575 2575
2576 // TODO: Investigate the following new test vectors: 2576 // TODO: Investigate the following new test vectors:
2577 // dsa_*_p1363_test.json
2577 // primality_test.json 2578 // primality_test.json
2578 // x25519_{asn,jwk,pem}_test.json 2579 // x25519_{asn,jwk,pem}_test.json
2579 // What's up with the *_p1363_test.json files?
2580 tests := []struct { 2580 tests := []struct {
2581 name string 2581 name string
2582 pattern string 2582 pattern string