From afbdb6d4764969f7cbb7cd3e222a6c0ba091ac72 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 26 Mar 2023 19:01:59 +0000 Subject: Fix a typo in dump_exp_results() --- src/regress/lib/libcrypto/bn/bn_mod_exp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/bn/bn_mod_exp.c b/src/regress/lib/libcrypto/bn/bn_mod_exp.c index 2fafb04a58..b9adadbd67 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 @@ -/* $OpenBSD: bn_mod_exp.c,v 1.20 2023/03/26 19:01:15 tb Exp $ */ +/* $OpenBSD: bn_mod_exp.c,v 1.21 2023/03/26 19:01:59 tb Exp $ */ /* * Copyright (c) 2022,2023 Theo Buehler @@ -354,7 +354,7 @@ dump_exp_results(const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, printf("\na: "); BN_print_fp(stdout, a); - printf("\nb: "); + printf("\np: "); BN_print_fp(stdout, p); printf("\nm: "); BN_print_fp(stdout, m); -- cgit v1.2.3-55-g6feb