Use an explicit name for the struct for definition of RAW_EXTENSION
authorMatt Caswell <matt@openssl.org>
Mon, 31 Oct 2016 12:50:05 +0000 (12:50 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 9 Nov 2016 09:10:29 +0000 (09:10 +0000)
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/ssl_locl.h

index 8f7f930deb3804d0cc1e14152ec56a52e524a2af..79f47fc590c62c00a9f0c2b1c77b7f03c2f9e5ce 100644 (file)
@@ -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;