From dc98dc450acd1ba6a9a274662e55679f5c93e5fa Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 5 Sep 2025 14:41:29 +0000 Subject: wycheproof: check for the v1 directory since v0 will go away --- src/regress/lib/libcrypto/wycheproof/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/wycheproof/Makefile b/src/regress/lib/libcrypto/wycheproof/Makefile index a68a270580..ec737822b5 100644 --- a/src/regress/lib/libcrypto/wycheproof/Makefile +++ b/src/regress/lib/libcrypto/wycheproof/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.10 2025/07/09 05:04:35 tb Exp $ +# $OpenBSD: Makefile,v 1.11 2025/09/05 14:41:29 tb Exp $ -WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors/ +WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors_v1/ .if !exists(${WYCHEPROOF_TESTVECTORS}) regress: -- cgit v1.2.3-55-g6feb