From 6f8db4e669ffa178ec2a0ed1e367aaf2b94d4ec6 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 31 Oct 2016 12:50:05 +0000 Subject: [PATCH] Use an explicit name for the struct for definition of RAW_EXTENSION Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz --- ssl/ssl_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 8f7f930deb..79f47fc590 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1624,7 +1624,7 @@ typedef struct ssl3_comp_st { } SSL3_COMP; # endif -typedef struct { +typedef struct raw_extension_st { unsigned int type; PACKET data; } RAW_EXTENSION; -- 2.25.1