summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-11-06 14:43:03 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-11-06 14:43:03 +0000
commit7b5a837e39cc3913d1e8cd048952f6b5662cc953 (patch)
treecd55d36475abf132ba5c427272512c847c73f059
parentf04a8d676ac9bd3a7eb9addc759d3440d10562bf (diff)
Uncomment json webcrypto line. Packages will have caught up...
-rw-r--r--regress/lib/libcrypto/wycheproof/wycheproof.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/lib/libcrypto/wycheproof/wycheproof.go b/regress/lib/libcrypto/wycheproof/wycheproof.go
index 18786d45ac4..fa031921619 100644
--- a/regress/lib/libcrypto/wycheproof/wycheproof.go
+++ b/regress/lib/libcrypto/wycheproof/wycheproof.go
@@ -1,4 +1,4 @@
-/* $OpenBSD: wycheproof.go,v 1.145 2023/04/25 15:56:56 tb Exp $ */
+/* $OpenBSD: wycheproof.go,v 1.146 2023/11/06 14:43:02 tb Exp $ */
/*
* Copyright (c) 2018 Joel Sing <jsing@openbsd.org>
* Copyright (c) 2018,2019,2022 Theo Buehler <tb@openbsd.org>
@@ -2954,8 +2954,7 @@ func main() {
{"ED448", "ed448_test.json", Skip},
{"HKDF", "hkdf_sha*_test.json", Normal},
{"HMAC", "hmac_sha*_test.json", Normal},
- // uncomment once package builds have caught up:
- // {"JSON webcrypto", "json_web_*_test.json", Skip},
+ {"JSON webcrypto", "json_web_*_test.json", Skip},
{"KW", "kw_test.json", Normal},
{"Primality test", "primality_test.json", Normal},
{"RSA", "rsa_*test.json", Normal},