From 88009dabc2099fe0214bf73b478c04eacfaca42a Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 6 Nov 2023 14:43:02 +0000 Subject: Uncomment json webcrypto line. Packages will have caught up... --- src/regress/lib/libcrypto/wycheproof/wycheproof.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index 18786d45ac..fa03192161 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.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 * Copyright (c) 2018,2019,2022 Theo Buehler @@ -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}, -- cgit v1.2.3-55-g6feb