summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/bn
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-04-17 19:37:19 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-04-17 19:37:19 +0000
commit073fa571c7043c76e71845a939f35de6c3d3b5be (patch)
tree130c59444dedaa0f74e3c8baa17ab9831f1c8b3c /regress/lib/libcrypto/bn
parentae467f62ba4d0f3c406f37a455c31b537083a197 (diff)
Fix typo
Diffstat (limited to 'regress/lib/libcrypto/bn')
-rw-r--r--regress/lib/libcrypto/bn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/bn/Makefile b/regress/lib/libcrypto/bn/Makefile
index 5df30379a4f..2ba1d396ddc 100644
--- a/regress/lib/libcrypto/bn/Makefile
+++ b/regress/lib/libcrypto/bn/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.29 2023/04/10 19:02:30 jsing Exp $
+# $OpenBSD: Makefile,v 1.30 2023/04/17 19:37:18 tb Exp $
PROGS += bn_add_sub
PROGS += bn_cmp
@@ -50,7 +50,7 @@ run-bn_isqrt_check_tables: bn_isqrt_gen_tables.txt
CLEANFILES += bn_isqrt_gen_tables.txt.tmp bn_isqrt_gen_tables.txt
# bn_test is special, so override bsd.regress.mk's run-regress-bn_test
-run-regress-bn_test bntest.out: bn_test
+run-regress-bn_test bn_test.out: bn_test
./bn_test -out bn_test.out
REGRESS_TARGETS += run-bc