summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2022-11-23 15:52:43 +0000
committertb <>2022-11-23 15:52:43 +0000
commit0609289d1e34d584c8949e71ae6a3c0adebe5a46 (patch)
tree6e70d15b8411c31de90e5133f21575fa15a0f3fb
parentae543f04ebc807556c665f686245135f85ac3e8e (diff)
downloadopenbsd-0609289d1e34d584c8949e71ae6a3c0adebe5a46.tar.gz
openbsd-0609289d1e34d584c8949e71ae6a3c0adebe5a46.tar.bz2
openbsd-0609289d1e34d584c8949e71ae6a3c0adebe5a46.zip
Make a stupid compiler on a stupid OS happy.
from bcook
-rw-r--r--src/regress/lib/libcrypto/curve25519/ed25519test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/curve25519/ed25519test.c b/src/regress/lib/libcrypto/curve25519/ed25519test.c
index 29140fdd18..29fa06573f 100644
--- a/src/regress/lib/libcrypto/curve25519/ed25519test.c
+++ b/src/regress/lib/libcrypto/curve25519/ed25519test.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ed25519test.c,v 1.8 2022/11/22 17:59:31 tb Exp $ */ 1/* $OpenBSD: ed25519test.c,v 1.9 2022/11/23 15:52:43 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2019, 2022 Theo Buehler <tb@openbsd.org> 3 * Copyright (c) 2019, 2022 Theo Buehler <tb@openbsd.org>
4 * 4 *
@@ -48,6 +48,7 @@ static const struct testvector testvectors[] = {
48 0xaf, 0x02, 0x1a, 0x68, 0xf7, 0x07, 0x51, 0x1a, 48 0xaf, 0x02, 0x1a, 0x68, 0xf7, 0x07, 0x51, 0x1a,
49 }, 49 },
50 .message = { 50 .message = {
51 0x0, /* Windows has stupid compilers... */
51 }, 52 },
52 .message_len = 0, 53 .message_len = 0,
53 .signature = { 54 .signature = {