summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-03-26 22:10:03 +0000
committertb <>2023-03-26 22:10:03 +0000
commit2b7d737bb99195b5978fb375c52d6e79be52bf9e (patch)
tree07169732e5746de3374a5be559da1fdd5da5919d /src
parentab2482a4c9e9dcffdb1a9b030e21418f871c2a5d (diff)
downloadopenbsd-2b7d737bb99195b5978fb375c52d6e79be52bf9e.tar.gz
openbsd-2b7d737bb99195b5978fb375c52d6e79be52bf9e.tar.bz2
openbsd-2b7d737bb99195b5978fb375c52d6e79be52bf9e.zip
Unhook bn_mod_exp2_mont test
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/bn/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile
index 93baac074b..428259a5f9 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,10 +1,9 @@
1# $OpenBSD: Makefile,v 1.25 2023/03/26 18:34:36 tb Exp $ 1# $OpenBSD: Makefile,v 1.26 2023/03/26 22:10:03 tb Exp $
2 2
3PROGS += bn_add_sub 3PROGS += bn_add_sub
4PROGS += bn_cmp 4PROGS += bn_cmp
5PROGS += bn_isqrt 5PROGS += bn_isqrt
6PROGS += bn_mod_exp 6PROGS += bn_mod_exp
7PROGS += bn_mod_exp2_mont
8PROGS += bn_mod_sqrt 7PROGS += bn_mod_sqrt
9PROGS += bn_mont 8PROGS += bn_mont
10PROGS += bn_mul_div 9PROGS += bn_mul_div