summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libcrypto/wycheproof/wycheproof.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go
index 02bd31629a..b6f9c3c208 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.179 2025/09/05 14:07:50 tb Exp $ */ 1/* $OpenBSD: wycheproof.go,v 1.180 2025/09/05 14:09:09 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2018,2023 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2018,2023 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2018,2019,2022-2024 Theo Buehler <tb@openbsd.org> 4 * Copyright (c) 2018,2019,2022-2024 Theo Buehler <tb@openbsd.org>
@@ -2960,7 +2960,6 @@ func main() {
2960 {v1, "ED448", "ed448_test.json", Skip}, 2960 {v1, "ED448", "ed448_test.json", Skip},
2961 {v1, "HKDF", "hkdf_sha*_test.json", Normal}, 2961 {v1, "HKDF", "hkdf_sha*_test.json", Normal},
2962 {v1, "HMAC", "hmac_sha*_test.json", Normal}, 2962 {v1, "HMAC", "hmac_sha*_test.json", Normal},
2963 {v0, "JSON webcrypto", "json_web_*_test.json", Skip},
2964 {v1, "Primality test", "primality_test.json", Normal}, 2963 {v1, "Primality test", "primality_test.json", Normal},
2965 {v1, "RSA", "rsa_*test.json", Normal}, 2964 {v1, "RSA", "rsa_*test.json", Normal},
2966 {v1, "X25519", "x25519_test.json", Normal}, 2965 {v1, "X25519", "x25519_test.json", Normal},