diff options
| author | tb <> | 2023-03-26 19:56:28 +0000 |
|---|---|---|
| committer | tb <> | 2023-03-26 19:56:28 +0000 |
| commit | f412b2ed693261f89c03b65d900e3822a85d2ad8 (patch) | |
| tree | 4886ab95ebf0fe92f0973b2f8eb716c1d5b0a825 /src | |
| parent | 5d1c00096d2d98fcdf08396908b30e65d324ed05 (diff) | |
| download | openbsd-f412b2ed693261f89c03b65d900e3822a85d2ad8.tar.gz openbsd-f412b2ed693261f89c03b65d900e3822a85d2ad8.tar.bz2 openbsd-f412b2ed693261f89c03b65d900e3822a85d2ad8.zip | |
Fix copy-paste error
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libcrypto/bn/bn_mod_exp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/bn_mod_exp.c b/src/regress/lib/libcrypto/bn/bn_mod_exp.c index b9adadbd67..5e12c8bb74 100644 --- a/src/regress/lib/libcrypto/bn/bn_mod_exp.c +++ b/src/regress/lib/libcrypto/bn/bn_mod_exp.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: bn_mod_exp.c,v 1.21 2023/03/26 19:01:59 tb Exp $ */ | 1 | /* $OpenBSD: bn_mod_exp.c,v 1.22 2023/03/26 19:56:28 tb Exp $ */ |
| 2 | 2 | ||
| 3 | /* | 3 | /* |
| 4 | * Copyright (c) 2022,2023 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2022,2023 Theo Buehler <tb@openbsd.org> |
| @@ -569,7 +569,7 @@ run_bn_mod_exp2_tests(void) | |||
| 569 | if ((want = BN_CTX_get(ctx)) == NULL) | 569 | if ((want = BN_CTX_get(ctx)) == NULL) |
| 570 | errx(1, "want = BN_CTX_get()"); | 570 | errx(1, "want = BN_CTX_get()"); |
| 571 | if ((got = BN_CTX_get(ctx)) == NULL) | 571 | if ((got = BN_CTX_get(ctx)) == NULL) |
| 572 | errx(1, "want = BN_CTX_get()"); | 572 | errx(1, "got = BN_CTX_get()"); |
| 573 | 573 | ||
| 574 | reduce = 0; | 574 | reduce = 0; |
| 575 | for (i = 0; i < N_MOD_EXP_TESTS; i++) | 575 | for (i = 0; i < N_MOD_EXP_TESTS; i++) |
