From 1d7136fcf0caff8676faffd436741a5eac8c1ede Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 22 Jan 2026 11:40:25 +0000 Subject: wycheproof regress: wycheproof-testvectors was renamed to wycheproof Installed packages will update and pkg_add wycheproof-testvectors will continue to work. --- src/regress/lib/libcrypto/wycheproof/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/lib/libcrypto/wycheproof/Makefile b/src/regress/lib/libcrypto/wycheproof/Makefile index ec737822b5..133de436df 100644 --- a/src/regress/lib/libcrypto/wycheproof/Makefile +++ b/src/regress/lib/libcrypto/wycheproof/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.11 2025/09/05 14:41:29 tb Exp $ +# $OpenBSD: Makefile,v 1.12 2026/01/22 11:40:25 tb Exp $ WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors_v1/ .if !exists(${WYCHEPROOF_TESTVECTORS}) regress: - @echo package wycheproof-testvectors is required for this regress + @echo package wycheproof is required for this regress @echo package go should be installed if available @echo SKIPPED .else -- cgit v1.2.3-55-g6feb