summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2025-09-05 14:41:29 +0000
committertb <>2025-09-05 14:41:29 +0000
commitdc98dc450acd1ba6a9a274662e55679f5c93e5fa (patch)
treec0fe0dc2dd1be08a7ce4168283352ac47b3fd53f
parent3e5ba5bb23cdfff48594161be8b5aca5ec221d3b (diff)
downloadopenbsd-dc98dc450acd1ba6a9a274662e55679f5c93e5fa.tar.gz
openbsd-dc98dc450acd1ba6a9a274662e55679f5c93e5fa.tar.bz2
openbsd-dc98dc450acd1ba6a9a274662e55679f5c93e5fa.zip
wycheproof: check for the v1 directory since v0 will go away
-rw-r--r--src/regress/lib/libcrypto/wycheproof/Makefile4
1 files changed, 2 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.10 2025/07/09 05:04:35 tb Exp $ 1# $OpenBSD: Makefile,v 1.11 2025/09/05 14:41:29 tb Exp $
2 2
3WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors/ 3WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors_v1/
4 4
5.if !exists(${WYCHEPROOF_TESTVECTORS}) 5.if !exists(${WYCHEPROOF_TESTVECTORS})
6regress: 6regress: