summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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