diff options
| author | tb <> | 2023-04-03 21:33:16 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-03 21:33:16 +0000 |
| commit | 7828bf2246f713fdfc0eb48376d5bc49e5612eda (patch) | |
| tree | 51fbd75ffb143bf2ad8a3199795eaf9062699201 /src | |
| parent | 2aa6838b9f282c2f5a1e69883c4e225dd3f7b192 (diff) | |
| download | openbsd-7828bf2246f713fdfc0eb48376d5bc49e5612eda.tar.gz openbsd-7828bf2246f713fdfc0eb48376d5bc49e5612eda.tar.bz2 openbsd-7828bf2246f713fdfc0eb48376d5bc49e5612eda.zip | |
Link bn_gcd test to regress
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/bn/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile index 428259a5f9..3e51cf84e5 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.26 2023/03/26 22:10:03 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.27 2023/04/03 21:33:16 tb Exp $ |
| 2 | 2 | ||
| 3 | PROGS += bn_add_sub | 3 | PROGS += bn_add_sub |
| 4 | PROGS += bn_cmp | 4 | PROGS += bn_cmp |
| 5 | PROGS += bn_gcd | ||
| 5 | PROGS += bn_isqrt | 6 | PROGS += bn_isqrt |
| 6 | PROGS += bn_mod_exp | 7 | PROGS += bn_mod_exp |
| 7 | PROGS += bn_mod_sqrt | 8 | PROGS += bn_mod_sqrt |
| @@ -15,6 +16,7 @@ PROGS += bn_to_string | |||
| 15 | PROGS += bn_unit | 16 | PROGS += bn_unit |
| 16 | PROGS += bn_word | 17 | PROGS += bn_word |
| 17 | 18 | ||
| 19 | STATIC_LINK += bn_gcd | ||
| 18 | STATIC_LINK += bn_isqrt | 20 | STATIC_LINK += bn_isqrt |
| 19 | STATIC_LINK += bn_mod_exp | 21 | STATIC_LINK += bn_mod_exp |
| 20 | STATIC_LINK += bn_rand_interval | 22 | STATIC_LINK += bn_rand_interval |
