Skip to content

Commit

Permalink
Make a stupid compiler on a stupid OS happy.
Browse files Browse the repository at this point in the history
from bcook
  • Loading branch information
tb committed Nov 23, 2022
1 parent 56856f0 commit fc84c6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/regress/lib/libcrypto/curve25519/ed25519test.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $OpenBSD: ed25519test.c,v 1.8 2022/11/22 17:59:31 tb Exp $ */
/* $OpenBSD: ed25519test.c,v 1.9 2022/11/23 15:52:43 tb Exp $ */
/*
* Copyright (c) 2019, 2022 Theo Buehler <[email protected]>
*
Expand Down Expand Up @@ -48,6 +48,7 @@ static const struct testvector testvectors[] = {
0xaf, 0x02, 0x1a, 0x68, 0xf7, 0x07, 0x51, 0x1a,
},
.message = {
0x0, /* Windows has stupid compilers... */
},
.message_len = 0,
.signature = {
Expand Down

0 comments on commit fc84c6d

Please sign in to comment.