diff options
author | tb <> | 2023-03-08 05:36:45 +0000 |
---|---|---|
committer | tb <> | 2023-03-08 05:36:45 +0000 |
commit | 1ab7c9024796221fe05ac52bc715ef50969854d1 (patch) | |
tree | 283557d0300f6586b4b17a0a2e5f8f8c92a49517 /src | |
parent | 803622911687b70848ed5277f86819fe63f7c372 (diff) | |
download | openbsd-1ab7c9024796221fe05ac52bc715ef50969854d1.tar.gz openbsd-1ab7c9024796221fe05ac52bc715ef50969854d1.tar.bz2 openbsd-1ab7c9024796221fe05ac52bc715ef50969854d1.zip |
zap more audit remnants
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 |