artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
075e8db
)
Fix copy-paste error
author
tb
<tb@openbsd.org>
Sun, 26 Mar 2023 19:56:28 +0000
(19:56 +0000)
committer
tb
<tb@openbsd.org>
Sun, 26 Mar 2023 19:56:28 +0000
(19:56 +0000)
regress/lib/libcrypto/bn/bn_mod_exp.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/bn/bn_mod_exp.c
b/regress/lib/libcrypto/bn/bn_mod_exp.c
index
b9adadb
..
5e12c8b
100644
(file)
--- a/
regress/lib/libcrypto/bn/bn_mod_exp.c
+++ b/
regress/lib/libcrypto/bn/bn_mod_exp.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bn_mod_exp.c,v 1.2
1 2023/03/26 19:01:59
tb Exp $ */
+/* $OpenBSD: bn_mod_exp.c,v 1.2
2 2023/03/26 19:56:28
tb Exp $ */
/*
* Copyright (c) 2022,2023 Theo Buehler <tb@openbsd.org>
@@
-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, "
wan
t = BN_CTX_get()");
+ errx(1, "
go
t = BN_CTX_get()");
reduce = 0;
for (i = 0; i < N_MOD_EXP_TESTS; i++)