summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-10-31 12:50:05 +0000
committerMatt Caswell <matt@openssl.org>2016-11-09 09:10:29 +0000
commit6f8db4e669ffa178ec2a0ed1e367aaf2b94d4ec6 (patch)
treea8a6111ca9d9e10707ad1ab295586601cb4a4a74 /ssl
parent9529419d943c9c4cedd2397f78902c53b3091be1 (diff)
Use an explicit name for the struct for definition of RAW_EXTENSION
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl_locl.h2
1 files changed, 1 insertions, 1 deletions
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;