[openssl-commits] [openssl]  master update
    Rich Salz 
    rsalz at openssl.org
       
    Fri Jan  8 18:06:16 UTC 2016
    
    
  
The branch master has been updated
       via  f232d6ece3a458426bbc492c4d3242798fbc03a7 (commit)
      from  8707e3be0c92f05ac3566cc79191b661195fe9f2 (commit)
- Log -----------------------------------------------------------------
commit f232d6ece3a458426bbc492c4d3242798fbc03a7
Author: Rich Salz <rsalz at openssl.org>
Date:   Fri Jan 8 13:06:01 2016 -0500
    Another portability fix.
    
    Reviewed-by: Viktor Dukhovni <viktor at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
 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 152b0fb..05b626f 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 },
    
    
More information about the openssl-commits
mailing list