提交 f232d6ec 编写于 作者: R Rich Salz

Another portability fix.

Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
上级 8707e3be
......@@ -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 },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册