Another portability fix.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
This commit is contained in:
Rich Salz 2016-01-08 13:06:01 -05:00
parent 8707e3be0c
commit f232d6ece3

View File

@ -559,7 +559,7 @@ static int tlsa_import_rr(SSL *con, const char *rrdata)
static uint8_t selector; static uint8_t selector;
static uint8_t mtype; static uint8_t mtype;
static unsigned char *data; static unsigned char *data;
static tlsa_field tlsa_fields[] = { static struct tlsa_field tlsa_fields[] = {
{ &usage, "usage", checked_uint8 }, { &usage, "usage", checked_uint8 },
{ &selector, "selector", checked_uint8 }, { &selector, "selector", checked_uint8 },
{ &mtype, "mtype", checked_uint8 }, { &mtype, "mtype", checked_uint8 },