diff options
author | tb <> | 2023-04-17 19:37:18 +0000 |
---|---|---|
committer | tb <> | 2023-04-17 19:37:18 +0000 |
commit | 4517d0d13b1eb3468dce44006ddf046cd152156e (patch) | |
tree | 5f606464a2709dd013e1d122577e3396e1c77da2 | |
parent | 88db5d36cce08f20850eacb3fbdc1ce4b9863583 (diff) | |
download | openbsd-4517d0d13b1eb3468dce44006ddf046cd152156e.tar.gz openbsd-4517d0d13b1eb3468dce44006ddf046cd152156e.tar.bz2 openbsd-4517d0d13b1eb3468dce44006ddf046cd152156e.zip |
Fix typo
-rw-r--r-- | src/regress/lib/libcrypto/bn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile index 5df30379a4..2ba1d396dd 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.29 2023/04/10 19:02:30 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.30 2023/04/17 19:37:18 tb Exp $ |
2 | 2 | ||
3 | PROGS += bn_add_sub | 3 | PROGS += bn_add_sub |
4 | PROGS += bn_cmp | 4 | PROGS += bn_cmp |
@@ -50,7 +50,7 @@ run-bn_isqrt_check_tables: bn_isqrt_gen_tables.txt | |||
50 | CLEANFILES += bn_isqrt_gen_tables.txt.tmp bn_isqrt_gen_tables.txt | 50 | CLEANFILES += bn_isqrt_gen_tables.txt.tmp bn_isqrt_gen_tables.txt |
51 | 51 | ||
52 | # bn_test is special, so override bsd.regress.mk's run-regress-bn_test | 52 | # bn_test is special, so override bsd.regress.mk's run-regress-bn_test |
53 | run-regress-bn_test bntest.out: bn_test | 53 | run-regress-bn_test bn_test.out: bn_test |
54 | ./bn_test -out bn_test.out | 54 | ./bn_test -out bn_test.out |
55 | 55 | ||
56 | REGRESS_TARGETS += run-bc | 56 | REGRESS_TARGETS += run-bc |