artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f978902
)
Fix dependency to build bn_mod_sqrt.
author
bluhm
<bluhm@openbsd.org>
Wed, 16 Mar 2022 12:37:44 +0000
(12:37 +0000)
committer
bluhm
<bluhm@openbsd.org>
Wed, 16 Mar 2022 12:37:44 +0000
(12:37 +0000)
regress/lib/libcrypto/bn/general/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/bn/general/Makefile
b/regress/lib/libcrypto/bn/general/Makefile
index
e322d31
..
4f1fcc8
100644
(file)
--- a/
regress/lib/libcrypto/bn/general/Makefile
+++ b/
regress/lib/libcrypto/bn/general/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
9 2022/03/15 16:28:42 tb
Exp $
+# $OpenBSD: Makefile,v 1.
10 2022/03/16 12:37:44 bluhm
Exp $
.include "../../Makefile.inc"
@@
-27,7
+27,7
@@
run-bn_mod_exp2_mont: bn_mod_exp2_mont
./bn_mod_exp2_mont
REGRESS_TARGETS += run-bn_mod_sqrt
-run-bn_mod_sqrt: bn_mod_
exp2_mon
t
+run-bn_mod_sqrt: bn_mod_
sqr
t
./bn_mod_sqrt
REGRESS_TARGETS += run-bn_to_string