diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/wycheproof/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/Makefile b/src/regress/lib/libcrypto/wycheproof/Makefile index 81e43f66f9..4017fe0a4c 100644 --- a/src/regress/lib/libcrypto/wycheproof/Makefile +++ b/src/regress/lib/libcrypto/wycheproof/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.6 2022/07/13 06:40:24 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.7 2023/03/08 05:36:45 tb Exp $ |
2 | 2 | ||
3 | WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors/ | 3 | WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors/ |
4 | 4 | ||
@@ -17,17 +17,12 @@ REGRESS_TARGETS += regress-wycheproof | |||
17 | 17 | ||
18 | CLEANFILES += wycheproof | 18 | CLEANFILES += wycheproof |
19 | 19 | ||
20 | audit: wycheproof | ||
21 | ./wycheproof -v | ||
22 | |||
23 | wycheproof: wycheproof.go | 20 | wycheproof: wycheproof.go |
24 | go build -o wycheproof ${.CURDIR}/wycheproof.go | 21 | go build -o wycheproof ${.CURDIR}/wycheproof.go |
25 | 22 | ||
26 | regress-wycheproof: wycheproof | 23 | regress-wycheproof: wycheproof |
27 | ./wycheproof | 24 | ./wycheproof |
28 | 25 | ||
29 | .PHONY: audit | ||
30 | |||
31 | . endif | 26 | . endif |
32 | 27 | ||
33 | PROGS += wycheproof-primes | 28 | PROGS += wycheproof-primes |