diff options
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 |