diff options
| author | jsing <> | 2023-04-10 19:02:30 +0000 |
|---|---|---|
| committer | jsing <> | 2023-04-10 19:02:30 +0000 |
| commit | 19b2532b46be806216241e3ff922d3a2bf4819e0 (patch) | |
| tree | ebce1834de87fa969f95256805e56f5075921da3 /src/regress/lib/libcrypto/bn/Makefile | |
| parent | 1d61e94ce07cb250dc1afb0205db0177ea6957c5 (diff) | |
| download | openbsd-19b2532b46be806216241e3ff922d3a2bf4819e0.tar.gz openbsd-19b2532b46be806216241e3ff922d3a2bf4819e0.tar.bz2 openbsd-19b2532b46be806216241e3ff922d3a2bf4819e0.zip | |
Provide benchmarks for BN_copy()
Diffstat (limited to 'src/regress/lib/libcrypto/bn/Makefile')
| -rw-r--r-- | src/regress/lib/libcrypto/bn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile index 71909edc61..5df30379a4 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.28 2023/04/10 13:57:57 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.29 2023/04/10 19:02:30 jsing 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_gcd |
| 6 | PROGS += bn_general | ||
| 6 | PROGS += bn_isqrt | 7 | PROGS += bn_isqrt |
| 7 | PROGS += bn_mod_exp | 8 | PROGS += bn_mod_exp |
| 8 | PROGS += bn_mod_sqrt | 9 | PROGS += bn_mod_sqrt |
