Use an explicit name for the struct for definition of RAW_EXTENSION
[openssl.git] / 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;