diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/bn/bn_mod_exp.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/regress/lib/libcrypto/bn/bn_mod_exp.c b/src/regress/lib/libcrypto/bn/bn_mod_exp.c index 0cd42a16d0..804cdd26d4 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.31 2023/03/29 07:29:11 tb Exp $ */ | 1 | /* $OpenBSD: bn_mod_exp.c,v 1.32 2023/03/29 07:38:16 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> |
@@ -416,13 +416,13 @@ dump_exp2_results(const BIGNUM *a, const BIGNUM *p, const BIGNUM *b, | |||
416 | printf("\ngot: "); | 416 | printf("\ngot: "); |
417 | BN_print_fp(stdout, got); | 417 | BN_print_fp(stdout, got); |
418 | 418 | ||
419 | printf("\na1: "); | 419 | printf("\na: "); |
420 | BN_print_fp(stdout, a); | 420 | BN_print_fp(stdout, a); |
421 | printf("\np1: "); | 421 | printf("\np: "); |
422 | BN_print_fp(stdout, p); | 422 | BN_print_fp(stdout, p); |
423 | printf("\na2: "); | 423 | printf("\nb: "); |
424 | BN_print_fp(stdout, b); | 424 | BN_print_fp(stdout, b); |
425 | printf("\np2: "); | 425 | printf("\nq: "); |
426 | BN_print_fp(stdout, q); | 426 | BN_print_fp(stdout, q); |
427 | printf("\nm: "); | 427 | printf("\nm: "); |
428 | BN_print_fp(stdout, m); | 428 | BN_print_fp(stdout, m); |