diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-08 19:41:08 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-08 19:41:08 +0000 |
commit | eecaa63a2c13823ea548f926e88057f41d623509 (patch) | |
tree | fca629fd943b99dd0da1e6f122535d49d16835d8 /regress/lib | |
parent | a00fb9412324946b0bbf2b63ac46f55f062247e2 (diff) |
Fix whitespace
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libcrypto/wycheproof/Makefile | 4 |
1 files 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 |