artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e04c7e8
)
Fix copy-paste error
author
tb
<tb@openbsd.org>
Mon, 5 Sep 2022 21:36:46 +0000
(21:36 +0000)
committer
tb
<tb@openbsd.org>
Mon, 5 Sep 2022 21:36:46 +0000
(21:36 +0000)
regress/lib/libcrypto/rc4/rc4_test.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/rc4/rc4_test.c
b/regress/lib/libcrypto/rc4/rc4_test.c
index
f575060
..
a409485
100644
(file)
--- a/
regress/lib/libcrypto/rc4/rc4_test.c
+++ b/
regress/lib/libcrypto/rc4/rc4_test.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rc4_test.c,v 1.
2 2022/09/05 21:34:23
tb Exp $ */
+/* $OpenBSD: rc4_test.c,v 1.
3 2022/09/05 21:36:46
tb Exp $ */
/*
* Copyright (c) 2022 Joshua Sing <joshua@hypera.dev>
*
@@
-177,7
+177,7
@@
static const struct rc4_test rc4_tests[] = {
0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef,
},
.key_len = 8,
- .len =
10
,
+ .len =
512
,
.in = {
0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,