summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/wycheproof/Makefile7
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
3WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors/ 3WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors/
4 4
@@ -17,17 +17,12 @@ REGRESS_TARGETS += regress-wycheproof
17 17
18CLEANFILES += wycheproof 18CLEANFILES += wycheproof
19 19
20audit: wycheproof
21 ./wycheproof -v
22
23wycheproof: wycheproof.go 20wycheproof: wycheproof.go
24 go build -o wycheproof ${.CURDIR}/wycheproof.go 21 go build -o wycheproof ${.CURDIR}/wycheproof.go
25 22
26regress-wycheproof: wycheproof 23regress-wycheproof: wycheproof
27 ./wycheproof 24 ./wycheproof
28 25
29.PHONY: audit
30
31. endif 26. endif
32 27
33PROGS += wycheproof-primes 28PROGS += wycheproof-primes