artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39f402e
)
Unhook bn_mod_exp2_mont test
author
tb
<tb@openbsd.org>
Sun, 26 Mar 2023 22:10:03 +0000
(22:10 +0000)
committer
tb
<tb@openbsd.org>
Sun, 26 Mar 2023 22:10:03 +0000
(22:10 +0000)
regress/lib/libcrypto/bn/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/bn/Makefile
b/regress/lib/libcrypto/bn/Makefile
index
93baac0
..
428259a
100644
(file)
--- a/
regress/lib/libcrypto/bn/Makefile
+++ b/
regress/lib/libcrypto/bn/Makefile
@@
-1,10
+1,9
@@
-# $OpenBSD: Makefile,v 1.2
5 2023/03/26 18:34:36
tb Exp $
+# $OpenBSD: Makefile,v 1.2
6 2023/03/26 22:10:03
tb Exp $
PROGS += bn_add_sub
PROGS += bn_cmp
PROGS += bn_isqrt
PROGS += bn_mod_exp
-PROGS += bn_mod_exp2_mont
PROGS += bn_mod_sqrt
PROGS += bn_mont
PROGS += bn_mul_div