diff options
author | tb <> | 2023-07-08 19:41:07 +0000 |
---|---|---|
committer | tb <> | 2023-07-08 19:41:07 +0000 |
commit | e0ef7083653e390d9be4117fed44de8ee12bf146 (patch) | |
tree | 8dffa2079fa8158027104a7e0519d84970bc9f0d /src | |
parent | f2718cc9aaedc2035aa73468e9f6ba678f092b79 (diff) | |
download | openbsd-e0ef7083653e390d9be4117fed44de8ee12bf146.tar.gz openbsd-e0ef7083653e390d9be4117fed44de8ee12bf146.tar.bz2 openbsd-e0ef7083653e390d9be4117fed44de8ee12bf146.zip |
Fix whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/wycheproof/Makefile | 4 |
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 | ||
3 | WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors/ | 3 | WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors/ |
4 | 4 | ||
@@ -36,7 +36,7 @@ primality_testcases.h: wycheproof-json.pl ${WYCHEPROOF_TESTVECTORS}/primality_te | |||
36 | 36 | ||
37 | wycheproof-primes.o: primality_testcases.h | 37 | wycheproof-primes.o: primality_testcases.h |
38 | 38 | ||
39 | regress-wycheproof-primes: wycheproof-primes | 39 | regress-wycheproof-primes: wycheproof-primes |
40 | ./wycheproof-primes | 40 | ./wycheproof-primes |
41 | 41 | ||
42 | CLEANFILES += primality_testcases.h | 42 | CLEANFILES += primality_testcases.h |