From f232d6ece3a458426bbc492c4d3242798fbc03a7 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 8 Jan 2016 13:06:01 -0500 Subject: [PATCH] Another portability fix. Reviewed-by: Viktor Dukhovni --- apps/s_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/s_client.c b/apps/s_client.c index 152b0fbff8..05b626ff0c 100644 --- a/apps/s_client.c +++ b/apps/s_client.c @@ -559,7 +559,7 @@ static int tlsa_import_rr(SSL *con, const char *rrdata) static uint8_t selector; static uint8_t mtype; static unsigned char *data; - static tlsa_field tlsa_fields[] = { + static struct tlsa_field tlsa_fields[] = { { &usage, "usage", checked_uint8 }, { &selector, "selector", checked_uint8 }, { &mtype, "mtype", checked_uint8 }, -- GitLab