diff options
Diffstat (limited to 'src')
-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: |