Skip to content

Commit fc84c6d

Browse files
author
tb
committed
Make a stupid compiler on a stupid OS happy.
from bcook
1 parent 56856f0 commit fc84c6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/regress/lib/libcrypto/curve25519/ed25519test.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 $ */
22
/*
33
* Copyright (c) 2019, 2022 Theo Buehler <tb@openbsd.org>
44
*
@@ -48,6 +48,7 @@ static const struct testvector testvectors[] = {
4848
0xaf, 0x02, 0x1a, 0x68, 0xf7, 0x07, 0x51, 0x1a,
4949
},
5050
.message = {
51+
0x0, /* Windows has stupid compilers... */
5152
},
5253
.message_len = 0,
5354
.signature = {

0 commit comments

Comments
 (0)