summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib')
-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 ec737822b5..133de436df 100644
--- a/src/regress/lib/libcrypto/wycheproof/Makefile
+++ b/src/regress/lib/libcrypto/wycheproof/Makefile
@@ -1,10 +1,10 @@
1# $OpenBSD: Makefile,v 1.11 2025/09/05 14:41:29 tb Exp $ 1# $OpenBSD: Makefile,v 1.12 2026/01/22 11:40:25 tb Exp $
2 2
3WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors_v1/ 3WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors_v1/
4 4
5.if !exists(${WYCHEPROOF_TESTVECTORS}) 5.if !exists(${WYCHEPROOF_TESTVECTORS})
6regress: 6regress:
7 @echo package wycheproof-testvectors is required for this regress 7 @echo package wycheproof is required for this regress
8 @echo package go should be installed if available 8 @echo package go should be installed if available
9 @echo SKIPPED 9 @echo SKIPPED
10.else 10.else