artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6cb591
)
Mark test table as static const.
author
jsing
<jsing@openbsd.org>
Sat, 11 Mar 2023 14:02:26 +0000
(14:02 +0000)
committer
jsing
<jsing@openbsd.org>
Sat, 11 Mar 2023 14:02:26 +0000
(14:02 +0000)
regress/lib/libcrypto/bn/bn_shift.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/bn/bn_shift.c
b/regress/lib/libcrypto/bn/bn_shift.c
index
88d0e65
..
5d11471
100644
(file)
--- a/
regress/lib/libcrypto/bn/bn_shift.c
+++ b/
regress/lib/libcrypto/bn/bn_shift.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bn_shift.c,v 1.
8 2023/02/13 04:00:39
jsing Exp $ */
+/* $OpenBSD: bn_shift.c,v 1.
9 2023/03/11 14:02:26
jsing Exp $ */
/*
* Copyright (c) 2022 Joel Sing <jsing@openbsd.org>
*
@@
-512,7
+512,7
@@
struct benchmark {
void (*func)(BIGNUM *);
};
-struct benchmark benchmarks[] = {
+st
atic const st
ruct benchmark benchmarks[] = {
{
.desc = "BN_lshift1()",
.func = benchmark_bn_lshift1,