From 662a675d2d4391a524126af77b2d7c122815220f Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 8 Mar 2023 05:36:45 +0000 Subject: [PATCH] zap more audit remnants --- regress/lib/libcrypto/wycheproof/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 2.20.1