From: Matt Caswell Date: Mon, 31 Oct 2016 12:50:05 +0000 (+0000) Subject: Use an explicit name for the struct for definition of RAW_EXTENSION X-Git-Tag: OpenSSL_1_1_1-pre1~3154 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=6f8db4e669ffa178ec2a0ed1e367aaf2b94d4ec6 Use an explicit name for the struct for definition of RAW_EXTENSION Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz --- 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;