From 390f3beb0e1fcb27a11eddb229e4deaf41e75c92 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 26 Mar 2023 19:56:28 +0000 Subject: Fix copy-paste error --- 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 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 @@ -/* $OpenBSD: bn_mod_exp.c,v 1.21 2023/03/26 19:01:59 tb Exp $ */ +/* $OpenBSD: bn_mod_exp.c,v 1.22 2023/03/26 19:56:28 tb Exp $ */ /* * Copyright (c) 2022,2023 Theo Buehler @@ -569,7 +569,7 @@ run_bn_mod_exp2_tests(void) if ((want = BN_CTX_get(ctx)) == NULL) errx(1, "want = BN_CTX_get()"); if ((got = BN_CTX_get(ctx)) == NULL) - errx(1, "want = BN_CTX_get()"); + errx(1, "got = BN_CTX_get()"); reduce = 0; for (i = 0; i < N_MOD_EXP_TESTS; i++) -- cgit v1.2.3-55-g6feb