summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-07-08 19:41:07 +0000
committertb <>2023-07-08 19:41:07 +0000
commite0ef7083653e390d9be4117fed44de8ee12bf146 (patch)
tree8dffa2079fa8158027104a7e0519d84970bc9f0d /src
parentf2718cc9aaedc2035aa73468e9f6ba678f092b79 (diff)
downloadopenbsd-e0ef7083653e390d9be4117fed44de8ee12bf146.tar.gz
openbsd-e0ef7083653e390d9be4117fed44de8ee12bf146.tar.bz2
openbsd-e0ef7083653e390d9be4117fed44de8ee12bf146.zip
Fix whitespace
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/wycheproof/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/Makefile b/src/regress/lib/libcrypto/wycheproof/Makefile
index 6e88568eeb..f2f7910b5b 100644
--- a/src/regress/lib/libcrypto/wycheproof/Makefile
+++ b/src/regress/lib/libcrypto/wycheproof/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.8 2023/07/08 18:33:41 espie Exp $ 1# $OpenBSD: Makefile,v 1.9 2023/07/08 19:41:07 tb Exp $
2 2
3WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors/ 3WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors/
4 4
@@ -36,7 +36,7 @@ primality_testcases.h: wycheproof-json.pl ${WYCHEPROOF_TESTVECTORS}/primality_te
36 36
37wycheproof-primes.o: primality_testcases.h 37wycheproof-primes.o: primality_testcases.h
38 38
39regress-wycheproof-primes: wycheproof-primes 39regress-wycheproof-primes: wycheproof-primes
40 ./wycheproof-primes 40 ./wycheproof-primes
41 41
42CLEANFILES += primality_testcases.h 42CLEANFILES += primality_testcases.h