summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-09-05 21:36:46 +0000
committertb <>2022-09-05 21:36:46 +0000
commit3bcd5b5c64a6028d6e88df34c351cfa5acf3f475 (patch)
tree6a1df076c003175857716cf6ad18655e1725079e /src
parent239dbbc5acf30c9130787c6012a981079f36881f (diff)
downloadopenbsd-3bcd5b5c64a6028d6e88df34c351cfa5acf3f475.tar.gz
openbsd-3bcd5b5c64a6028d6e88df34c351cfa5acf3f475.tar.bz2
openbsd-3bcd5b5c64a6028d6e88df34c351cfa5acf3f475.zip
Fix copy-paste error
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/rc4/rc4_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/rc4/rc4_test.c b/src/regress/lib/libcrypto/rc4/rc4_test.c
index f575060382..a4094854a0 100644
--- a/src/regress/lib/libcrypto/rc4/rc4_test.c
+++ b/src/regress/lib/libcrypto/rc4/rc4_test.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: rc4_test.c,v 1.2 2022/09/05 21:34:23 tb Exp $ */ 1/* $OpenBSD: rc4_test.c,v 1.3 2022/09/05 21:36:46 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2022 Joshua Sing <joshua@hypera.dev> 3 * Copyright (c) 2022 Joshua Sing <joshua@hypera.dev>
4 * 4 *
@@ -177,7 +177,7 @@ static const struct rc4_test rc4_tests[] = {
177 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 177 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef,
178 }, 178 },
179 .key_len = 8, 179 .key_len = 8,
180 .len = 10, 180 .len = 512,
181 .in = { 181 .in = {
182 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 182 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
183 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 183 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,