diff options
author | tb <> | 2025-09-05 14:41:29 +0000 |
---|---|---|
committer | tb <> | 2025-09-05 14:41:29 +0000 |
commit | dc98dc450acd1ba6a9a274662e55679f5c93e5fa (patch) | |
tree | c0fe0dc2dd1be08a7ce4168283352ac47b3fd53f | |
parent | 3e5ba5bb23cdfff48594161be8b5aca5ec221d3b (diff) | |
download | openbsd-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/Makefile | 4 |
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 | ||
3 | WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors/ | 3 | WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors_v1/ |
4 | 4 | ||
5 | .if !exists(${WYCHEPROOF_TESTVECTORS}) | 5 | .if !exists(${WYCHEPROOF_TESTVECTORS}) |
6 | regress: | 6 | regress: |