summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/general/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/bn/general/Makefile')
-rw-r--r--src/regress/lib/libcrypto/bn/general/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bn/general/Makefile b/src/regress/lib/libcrypto/bn/general/Makefile
index fec9575d0e..e322d319cf 100644
--- a/src/regress/lib/libcrypto/bn/general/Makefile
+++ b/src/regress/lib/libcrypto/bn/general/Makefile
@@ -1,9 +1,10 @@
1# $OpenBSD: Makefile,v 1.8 2022/03/10 04:39:49 tb Exp $ 1# $OpenBSD: Makefile,v 1.9 2022/03/15 16:28:42 tb Exp $
2 2
3.include "../../Makefile.inc" 3.include "../../Makefile.inc"
4 4
5PROGS += bntest 5PROGS += bntest
6PROGS += bn_mod_exp2_mont 6PROGS += bn_mod_exp2_mont
7PROGS += bn_mod_sqrt
7PROGS += bn_to_string 8PROGS += bn_to_string
8 9
9LDADD = ${CRYPTO_INT} 10LDADD = ${CRYPTO_INT}
@@ -25,6 +26,10 @@ REGRESS_TARGETS += run-bn_mod_exp2_mont
25run-bn_mod_exp2_mont: bn_mod_exp2_mont 26run-bn_mod_exp2_mont: bn_mod_exp2_mont
26 ./bn_mod_exp2_mont 27 ./bn_mod_exp2_mont
27 28
29REGRESS_TARGETS += run-bn_mod_sqrt
30run-bn_mod_sqrt: bn_mod_exp2_mont
31 ./bn_mod_sqrt
32
28REGRESS_TARGETS += run-bn_to_string 33REGRESS_TARGETS += run-bn_to_string
29run-bn_to_string: bn_to_string 34run-bn_to_string: bn_to_string
30 ./bn_to_string 35 ./bn_to_string