diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2022-03-16 12:37:45 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2022-03-16 12:37:45 +0000 |
commit | a854baef1d2ef3a7acb26f7475302c84bc02b5fd (patch) | |
tree | de6b08754c067285832b237f3a2f875d951c1d20 /regress/lib/libcrypto/bn | |
parent | 22f69d92fa8d6d7719b19abc79b699c156b48561 (diff) |
Fix dependency to build bn_mod_sqrt.
Diffstat (limited to 'regress/lib/libcrypto/bn')
-rw-r--r-- | regress/lib/libcrypto/bn/general/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/bn/general/Makefile b/regress/lib/libcrypto/bn/general/Makefile index e322d319cff..4f1fcc852a0 100644 --- 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_mont +run-bn_mod_sqrt: bn_mod_sqrt ./bn_mod_sqrt REGRESS_TARGETS += run-bn_to_string |