From fc84c6d1df4462cb1e0bf0c21c2b0a2a17656a29 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 23 Nov 2022 15:52:43 +0000 Subject: [PATCH] Make a stupid compiler on a stupid OS happy. from bcook --- src/regress/lib/libcrypto/curve25519/ed25519test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/regress/lib/libcrypto/curve25519/ed25519test.c b/src/regress/lib/libcrypto/curve25519/ed25519test.c index 29140fdd187..29fa06573f6 100644 --- a/src/regress/lib/libcrypto/curve25519/ed25519test.c +++ b/src/regress/lib/libcrypto/curve25519/ed25519test.c @@ -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 * @@ -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 = {