diff options
| author | tb <> | 2023-03-26 22:10:03 +0000 |
|---|---|---|
| committer | tb <> | 2023-03-26 22:10:03 +0000 |
| commit | 5f68ba687417d44d9400cdfd32bbe84963207a01 (patch) | |
| tree | 07169732e5746de3374a5be559da1fdd5da5919d /src | |
| parent | 07e559384d2ebdbb1c818f582a1f87000e28515c (diff) | |
| download | openbsd-5f68ba687417d44d9400cdfd32bbe84963207a01.tar.gz openbsd-5f68ba687417d44d9400cdfd32bbe84963207a01.tar.bz2 openbsd-5f68ba687417d44d9400cdfd32bbe84963207a01.zip | |
Unhook bn_mod_exp2_mont test
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/bn/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile index 93baac074b..428259a5f9 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.25 2023/03/26 18:34:36 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.26 2023/03/26 22:10:03 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_isqrt | 5 | PROGS += bn_isqrt |
| 6 | PROGS += bn_mod_exp | 6 | PROGS += bn_mod_exp |
| 7 | PROGS += bn_mod_exp2_mont | ||
| 8 | PROGS += bn_mod_sqrt | 7 | PROGS += bn_mod_sqrt |
| 9 | PROGS += bn_mont | 8 | PROGS += bn_mont |
| 10 | PROGS += bn_mul_div | 9 | PROGS += bn_mul_div |
