From f2d31626d19d9bfac6264e1374762ac639ab9061 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 8 Jul 2023 19:41:07 +0000 Subject: [PATCH] Fix whitespace --- regress/lib/libcrypto/wycheproof/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/lib/libcrypto/wycheproof/Makefile b/regress/lib/libcrypto/wycheproof/Makefile index 6e88568eeb9..f2f7910b5b0 100644 --- a/regress/lib/libcrypto/wycheproof/Makefile +++ b/regress/lib/libcrypto/wycheproof/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2023/07/08 18:33:41 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2023/07/08 19:41:07 tb Exp $ WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors/ @@ -36,7 +36,7 @@ primality_testcases.h: wycheproof-json.pl ${WYCHEPROOF_TESTVECTORS}/primality_te wycheproof-primes.o: primality_testcases.h -regress-wycheproof-primes: wycheproof-primes +regress-wycheproof-primes: wycheproof-primes ./wycheproof-primes CLEANFILES += primality_testcases.h -- 2.20.1