Another portability fix.
authorRich Salz <rsalz@openssl.org>
Fri, 8 Jan 2016 18:06:01 +0000 (13:06 -0500)
committerRich Salz <rsalz@openssl.org>
Fri, 8 Jan 2016 18:06:01 +0000 (13:06 -0500)
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
apps/s_client.c

index 152b0fbff88ce9a41baf55f2fe19587864bdd651..05b626ff0c46b9bd6731fda602063da6940beb7d 100644 (file)
@@ -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 },