diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-11-06 14:43:03 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-11-06 14:43:03 +0000 |
commit | 7b5a837e39cc3913d1e8cd048952f6b5662cc953 (patch) | |
tree | cd55d36475abf132ba5c427272512c847c73f059 | |
parent | f04a8d676ac9bd3a7eb9addc759d3440d10562bf (diff) |
Uncomment json webcrypto line. Packages will have caught up...
-rw-r--r-- | regress/lib/libcrypto/wycheproof/wycheproof.go | 5 |
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}, |