diff options
| author | bluhm <> | 2022-03-16 12:37:44 +0000 |
|---|---|---|
| committer | bluhm <> | 2022-03-16 12:37:44 +0000 |
| commit | 53e3590fa6159627c9bcaf5363b2f1c75bed6b44 (patch) | |
| tree | 10f78905b1af26b3238910a01d3421df43592be2 /src | |
| parent | 295526693f6a6e844f3d22eebc8f50fdf9fedf49 (diff) | |
| download | openbsd-53e3590fa6159627c9bcaf5363b2f1c75bed6b44.tar.gz openbsd-53e3590fa6159627c9bcaf5363b2f1c75bed6b44.tar.bz2 openbsd-53e3590fa6159627c9bcaf5363b2f1c75bed6b44.zip | |
Fix dependency to build bn_mod_sqrt.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/bn/general/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/general/Makefile b/src/regress/lib/libcrypto/bn/general/Makefile index e322d319cf..4f1fcc852a 100644 --- a/src/regress/lib/libcrypto/bn/general/Makefile +++ b/src/regress/lib/libcrypto/bn/general/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.9 2022/03/15 16:28:42 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.10 2022/03/16 12:37:44 bluhm Exp $ |
| 2 | 2 | ||
| 3 | .include "../../Makefile.inc" | 3 | .include "../../Makefile.inc" |
| 4 | 4 | ||
| @@ -27,7 +27,7 @@ run-bn_mod_exp2_mont: bn_mod_exp2_mont | |||
| 27 | ./bn_mod_exp2_mont | 27 | ./bn_mod_exp2_mont |
| 28 | 28 | ||
| 29 | REGRESS_TARGETS += run-bn_mod_sqrt | 29 | REGRESS_TARGETS += run-bn_mod_sqrt |
| 30 | run-bn_mod_sqrt: bn_mod_exp2_mont | 30 | run-bn_mod_sqrt: bn_mod_sqrt |
| 31 | ./bn_mod_sqrt | 31 | ./bn_mod_sqrt |
| 32 | 32 | ||
| 33 | REGRESS_TARGETS += run-bn_to_string | 33 | REGRESS_TARGETS += run-bn_to_string |
