summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-01-08 13:06:01 -0500
committerRich Salz <rsalz@openssl.org>2016-01-08 13:06:01 -0500
commitf232d6ece3a458426bbc492c4d3242798fbc03a7 (patch)
tree7c1ba5dedb8f55e90489dfd4d5e930cdfa679bfe
parent8707e3be0c92f05ac3566cc79191b661195fe9f2 (diff)
Another portability fix.
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
-rw-r--r--apps/s_client.c2
1 files changed, 1 insertions, 1 deletions
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 },