From: tb Date: Wed, 8 Mar 2023 05:36:45 +0000 (+0000) Subject: zap more audit remnants X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=662a675d2d4391a524126af77b2d7c122815220f;p=openbsd zap more audit remnants --- diff --git a/regress/lib/libcrypto/wycheproof/Makefile b/regress/lib/libcrypto/wycheproof/Makefile index 81e43f66f9f..4017fe0a4cf 100644 --- a/regress/lib/libcrypto/wycheproof/Makefile +++ b/regress/lib/libcrypto/wycheproof/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2022/07/13 06:40:24 tb Exp $ +# $OpenBSD: Makefile,v 1.7 2023/03/08 05:36:45 tb Exp $ WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors/ @@ -17,17 +17,12 @@ REGRESS_TARGETS += regress-wycheproof CLEANFILES += wycheproof -audit: wycheproof - ./wycheproof -v - wycheproof: wycheproof.go go build -o wycheproof ${.CURDIR}/wycheproof.go regress-wycheproof: wycheproof ./wycheproof -.PHONY: audit - . endif PROGS += wycheproof-primes