diff options
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libcrypto/bn/Makefile | 8 | ||||
| -rw-r--r-- | src/regress/lib/libcrypto/bn/bn_mul_div.c (renamed from src/regress/lib/libcrypto/bn/bn_mul.c) | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile index ad15acfac4..c3d9def45c 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.19 2023/01/21 13:24:39 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.20 2023/01/29 15:18:49 jsing Exp $ |
| 2 | 2 | ||
| 3 | PROGS += bn_add_sub | 3 | PROGS += bn_add_sub |
| 4 | PROGS += bn_cmp | 4 | PROGS += bn_cmp |
| @@ -8,7 +8,7 @@ PROGS += bn_mod_exp2_mont | |||
| 8 | PROGS += bn_mod_exp_zero | 8 | PROGS += bn_mod_exp_zero |
| 9 | PROGS += bn_mod_sqrt | 9 | PROGS += bn_mod_sqrt |
| 10 | PROGS += bn_mont | 10 | PROGS += bn_mont |
| 11 | PROGS += bn_mul | 11 | PROGS += bn_mul_div |
| 12 | PROGS += bn_primes | 12 | PROGS += bn_primes |
| 13 | PROGS += bn_rand_interval | 13 | PROGS += bn_rand_interval |
| 14 | PROGS += bn_shift | 14 | PROGS += bn_shift |
| @@ -61,8 +61,8 @@ run-bc: bn_test.out | |||
| 61 | 61 | ||
| 62 | CLEANFILES += bn_test.out bc.out | 62 | CLEANFILES += bn_test.out bc.out |
| 63 | 63 | ||
| 64 | benchmark: bn_mul bn_shift | 64 | benchmark: bn_mul_div bn_shift |
| 65 | ./bn_mul --benchmark | 65 | ./bn_mul_div --benchmark |
| 66 | ./bn_shift --benchmark | 66 | ./bn_shift --benchmark |
| 67 | .PHONY: benchmark | 67 | .PHONY: benchmark |
| 68 | 68 | ||
diff --git a/src/regress/lib/libcrypto/bn/bn_mul.c b/src/regress/lib/libcrypto/bn/bn_mul_div.c index de1f5c6b76..2ebb06f821 100644 --- a/src/regress/lib/libcrypto/bn/bn_mul.c +++ b/src/regress/lib/libcrypto/bn/bn_mul_div.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: bn_mul.c,v 1.1 2023/01/21 13:24:39 jsing Exp $ */ | 1 | /* $OpenBSD: bn_mul_div.c,v 1.1 2023/01/29 15:18:49 jsing Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2023 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2023 Joel Sing <jsing@openbsd.org> |
| 4 | * | 4 | * |
